Lines Matching defs:eglDestroySyncKHR
133 { "eglDestroySyncKHR",
134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1023 eglDestroySyncKHR(dpy, sync);
1430 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
1439 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1440 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);