Searched refs:eglLockSurfaceKHR (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 39 eglLockSurfaceKHR;
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
|
D | eglApi.cpp | 144 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 1661 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function 1674 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHR() 1675 return s->cnx->egl.eglLockSurfaceKHR( in eglLockSurfaceKHR()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2073 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function
|