Home
last modified time | relevance | path

Searched refs:eglLockSurfaceKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt39 eglLockSurfaceKHR;
/frameworks/native/opengl/libs/EGL/
Degl_entries.in49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
DeglApi.cpp144 (__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/
Deglext.h251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
/frameworks/native/opengl/libagl/
Degl.cpp2073 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function