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

/frameworks/native/opengl/libagl/
H A Degl.cpp2039 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp150 { "eglUnlockSurfaceKHR",
151 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1406 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1418 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1419 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);

Completed in 76 milliseconds