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

/frameworks/base/opengl/include/EGL/
H A Deglext.h58 #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 /* eglLockSurfaceKHR attribute */
59 #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 /* eglLockSurfaceKHR attribute */
71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp60 { "eglLockSurfaceKHR",
61 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1191 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1204 if (s->cnx->egl.eglLockSurfaceKHR) {
1205 return s->cnx->egl.eglLockSurfaceKHR(
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h489 static const Function eglLockSurfaceKHR = Message_Function_eglLockSurfaceKHR; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp415 const Message_Function Message::eglLockSurfaceKHR; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl/
H A Degl.cpp1989 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function

Completed in 59 milliseconds