Searched refs:eglLockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/libs/EGL/ |
D | egl_entries.in | 49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
|
D | eglApi.cpp | 75 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 1189 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function 1202 if (s->cnx->egl.eglLockSurfaceKHR) { in eglLockSurfaceKHR() 1203 return s->cnx->egl.eglLockSurfaceKHR( in eglLockSurfaceKHR()
|
/frameworks/base/opengl/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | debugger_message.pb.h | 489 static const Function eglLockSurfaceKHR = Message_Function_eglLockSurfaceKHR; variable
|
D | debugger_message.pb.cpp | 415 const Message_Function Message::eglLockSurfaceKHR; member in com::android::glesv2debugger::Message
|
/frameworks/base/opengl/libagl2/src/ |
D | egl.cpp | 2082 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function
|
/frameworks/base/opengl/libagl/ |
D | egl.cpp | 1984 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function
|