Home
last modified time | relevance | path

Searched refs:eglUnlockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
Degl_dispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR; member
102 …lUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR =… in set_eglUnlockSurfaceKHR()
Degl.cpp234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR() function
236 return getDispatch()->eglUnlockSurfaceKHR(display, surface); in eglUnlockSurfaceKHR()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR; member
DEGLDispatch.cpp76 INIT_EGL_EXT_FUNC(eglUnlockSurfaceKHR); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java502 eglUnlockSurfaceKHR(472, 2035), enumConstant
995 case 2035: return eglUnlockSurfaceKHR; in valueOf()