Searched refs:eglUnlockSurfaceKHR (Results 1 – 5 of 5) sorted by relevance
50 EGL_ENTRY(EGLBoolean, eglUnlockSurfaceKHR, EGLDisplay, EGLSurface)
134 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },1424 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function1436 if (s->cnx->egl.eglUnlockSurfaceKHR) { in eglUnlockSurfaceKHR()1437 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface); in eglUnlockSurfaceKHR()
796 eglUnlockSurfaceKHR = 2035; enumerator
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
2048 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() function