Home
last modified time | relevance | path

Searched refs:eglUnlockSurfaceKHR (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/libs/EGL/
Degl_entries.in50 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
DeglApi.cpp77 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1209 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function
1221 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHR()
1222 return s->cnx->egl.eglUnlockSurfaceKHR( in eglUnlockSurfaceKHR()
/frameworks/base/opengl/include/EGL/
Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.h490 static const Function eglUnlockSurfaceKHR = Message_Function_eglUnlockSurfaceKHR; variable
Ddebugger_message.pb.cpp416 const Message_Function Message::eglUnlockSurfaceKHR; member in com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl2/src/
Degl.cpp2089 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function
/frameworks/base/opengl/libagl/
Degl.cpp1991 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function