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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp121 { "eglUnlockSurfaceKHR",
122 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1360 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1372 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1373 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto794 eglUnlockSurfaceKHR = 2035;
/frameworks/native/opengl/include/EGL/
H A Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp2021 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1599 const GLMessage_Function GLMessage::eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1947 static const Function eglUnlockSurfaceKHR = GLMessage_Function_eglUnlockSurfaceKHR; member in class:android::gltrace::GLMessage

Completed in 101 milliseconds