Searched defs:eglLockSurfaceKHR (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp119 { "eglLockSurfaceKHR",
120 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1340 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, function
1353 if (s->cnx->egl.eglLockSurfaceKHR) {
1354 return s->cnx->egl.eglLockSurfaceKHR(
/frameworks/native/opengl/libagl/
H A Degl.cpp2014 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1598 const GLMessage_Function GLMessage::eglLockSurfaceKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1946 static const Function eglLockSurfaceKHR = GLMessage_Function_eglLockSurfaceKHR; member in class:android::gltrace::GLMessage

Completed in 500 milliseconds