Home
last modified time | relevance | path

Searched refs:eglPreSaveContext (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h14 X(EGLBoolean, eglPreSaveContext, (EGLDisplay display, EGLContext contex, EGLStreamKHR stream)) \
27 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR…
DRenderEGL_snapshot_static_translator_namespaced_header.h14 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries14 EGLBoolean eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR stream);
/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp250 egl->eglPreSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp138 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/
DFrameBuffer.cpp2241 if (s_egl.eglPreSaveContext && s_egl.eglSaveAllImages) { in onSave()
2243 s_egl.eglPreSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()