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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto499 eglLockSurfaceKHR = 2034;
/frameworks/native/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/native/opengl/libs/EGL/
H A DeglApi.cpp65 { "eglLockSurfaceKHR",
66 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1107 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1120 if (s->cnx->egl.eglLockSurfaceKHR) {
1121 return s->cnx->egl.eglLockSurfaceKHR(
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1008 const GLMessage_Function GLMessage::eglLockSurfaceKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1341 static const Function eglLockSurfaceKHR = GLMessage_Function_eglLockSurfaceKHR; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp2008 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function

Completed in 125 milliseconds