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

/frameworks/base/opengl/include/EGL/
H A Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp62 { "eglUnlockSurfaceKHR",
63 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1211 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1223 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1224 return s->cnx->egl.eglUnlockSurfaceKHR(
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h490 static const Function eglUnlockSurfaceKHR = Message_Function_eglUnlockSurfaceKHR; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp416 const Message_Function Message::eglUnlockSurfaceKHR; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl/
H A Degl.cpp1996 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function

Completed in 85 milliseconds