Searched refs:eglLockSurfaceKHR (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl.cpp | 2081 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function
|
/device/generic/goldfish-opengl/tests/gles_android_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 | 577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function 579 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|