Searched refs:eglLockSurfaceKHR (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl.cpp | 1190 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 | 613 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function 615 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
|