Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp108 if (s_egl.eglSaveContext) { in onSave()
109 s_egl.eglSaveContext(mDisplay, mContext, static_cast<EGLStreamKHR>(stream)); in onSave()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h12 X(EGLBoolean, eglSaveContext, (EGLDisplay display, EGLContext context, EGLStreamKHR stream)) \
25 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext context, EGLStreamKHR s…
DRenderEGL_snapshot_static_translator_namespaced_header.h12 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext context, EGLStreamKHR s…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries11 EGLBoolean eglSaveContext(EGLDisplay display, EGLContext context, EGLStreamKHR stream);
/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp253 egl->eglSaveContext(m_display, m_context, egl_stream); in saveSnapshot()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp139 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR st…
1680 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR st… in eglSaveContext() function