Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
Degl_dispatch.h56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member
101 …KHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f… in set_eglLockSurfaceKHR()
Degl.cpp229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function
231 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member
DEGLDispatch.cpp75 INIT_EGL_EXT_FUNC(eglLockSurfaceKHR); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java501 eglLockSurfaceKHR(471, 2034), enumConstant
994 case 2034: return eglLockSurfaceKHR; in valueOf()