Searched refs:eglDestroySyncKHR (Results 1 – 5 of 5) sorted by relevance
59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
1260 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
61 eglDestroySyncKHR_t eglDestroySyncKHR; member106 …KHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f… in set_eglDestroySyncKHR()
640 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function642 return getDispatch()->eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()