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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp143 { "eglUnlockSurfaceKHR",
144 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1485 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1497 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1498 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
/frameworks/native/opengl/include/EGL/
H A Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp2062 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) function

Completed in 881 milliseconds