Searched refs:eglLockSurfaceKHR (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
|
D | eglApi.cpp | 143 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 1380 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function 1393 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHR() 1394 return s->cnx->egl.eglLockSurfaceKHR( in eglLockSurfaceKHR()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2032 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function
|