Home
last modified time | relevance | path

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

/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h16 X(EGLBoolean, eglPostSaveContext, (EGLDisplay display, EGLConfig config, EGLStreamKHR stream)) \
29 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR…
DRenderEGL_snapshot_static_translator_namespaced_header.h16 EGLAPI EGLBoolean EGLAPIENTRY eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries18 EGLBoolean eglPostSaveContext(EGLDisplay display, EGLConfig config, EGLStreamKHR stream);
/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp263 egl->eglPostSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp140 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/
DFrameBuffer.cpp2333 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()