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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp67 { "eglUnlockSurfaceKHR",
68 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1127 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1139 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1140 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp2015 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1009 const GLMessage_Function GLMessage::eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1342 static const Function eglUnlockSurfaceKHR = GLMessage_Function_eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage

Completed in 64 milliseconds