Home | History | Annotate | Download | only in EGL

Lines Matching defs:eglUnlockSurfaceKHR

121     { "eglUnlockSurfaceKHR",
122 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1355 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
1367 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1368 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);