Searched refs:eglPostSaveContext (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_snapshot_functions.h | 16 X(EGLBoolean, eglPostSaveContext, (EGLDisplay display, EGLConfig config, EGLStreamKHR stream)) \ 29 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR…
|
D | RenderEGL_snapshot_static_translator_namespaced_header.h | 16 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl_snapshot.entries | 18 EGLBoolean eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR stream);
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 263 egl->eglPostSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 140 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLContext context, EGLStreamK… 1691 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLContext context, EGLStreamK… in eglPostSaveContext() function
|
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 2333 if (s_egl.eglPostSaveContext) { in onSave() 2335 s_egl.eglPostSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave() 2340 s_egl.eglPostSaveContext(getDisplay(), getContext(), stream); in onSave()
|