Home | History | Annotate | Download | only in EGL

Lines Matching refs:eglUnlockSurfaceKHR

107     { "eglUnlockSurfaceKHR",
108 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1253 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
1265 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1266 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);