Searched refs:eglPreSaveContext (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_snapshot_functions.h | 14 X(EGLBoolean, eglPreSaveContext, (EGLDisplay display, EGLContext contex, EGLStreamKHR stream)) \ 27 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR…
|
D | RenderEGL_snapshot_static_translator_namespaced_header.h | 14 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl_snapshot.entries | 14 EGLBoolean eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR stream);
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 250 egl->eglPreSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 138 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR… 1670 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR… in eglPreSaveContext() function
|
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 2241 if (s_egl.eglPreSaveContext && s_egl.eglSaveAllImages) { in onSave() 2243 s_egl.eglPreSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()
|