Searched refs:eglLockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl_dispatch.h | 56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member 101 …KHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f… in set_eglLockSurfaceKHR()
|
D | egl.cpp | 229 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/ |
D | EGLDispatch.h | 56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member
|
D | EGLDispatch.cpp | 75 INIT_EGL_EXT_FUNC(eglLockSurfaceKHR); in init_egl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 501 eglLockSurfaceKHR(471, 2034), enumConstant 994 case 2034: return eglLockSurfaceKHR; in valueOf()
|