Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_entries.in49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
DeglApi.cpp143 (__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/
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
/frameworks/native/opengl/libagl/
Degl.cpp2032 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR() function