Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/EGL/
Degl_entries.in49 EGL_ENTRY(EGLBoolean, eglLockSurfaceKHR, EGLDisplay, EGLSurface, const EGLint *)
DeglApi.cpp75 (__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/
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.h489 static const Function eglLockSurfaceKHR = Message_Function_eglLockSurfaceKHR; variable
Ddebugger_message.pb.cpp415 const Message_Function Message::eglLockSurfaceKHR; member in com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl2/src/
Degl.cpp2082 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function
/frameworks/base/opengl/libagl/
Degl.cpp1984 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR() function