Home
last modified time | relevance | path

Searched refs:contex (Results 1 – 4 of 4) 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/gl/glestranslator/EGL/
DEglImp.cpp138 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR…
139 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR st…
1670 EGLAPI EGLBoolean EGLAPIENTRY eglPreSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR… in eglPreSaveContext() argument
1675 VALIDATE_CONTEXT(contex); in eglPreSaveContext()
1680 EGLAPI EGLBoolean EGLAPIENTRY eglSaveContext(EGLDisplay display, EGLContext contex, EGLStreamKHR st… in eglSaveContext() argument
1682 VALIDATE_CONTEXT(contex); in eglSaveContext()