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

/frameworks/base/opengl/libs/EGL/
H A Degl.cpp397 { "eglUnlockSurfaceKHR",
398 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1601 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function
1612 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1613 return s->cnx->egl.eglUnlockSurfaceKHR(
/frameworks/base/opengl/libagl/
H A Degl.cpp2069 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) function

Completed in 11 milliseconds