Searched refs:eglDestroySyncKHR (Results 1 – 6 of 6) sorted by relevance
12 dst->destroySyncKHR = (eglDestroySyncKHRFunc) loader->get("eglDestroySyncKHR");
30 #define eglDestroySyncKHR eglwDestroySyncKHR macro
525 "eglDestroySyncKHR",563 "eglDestroySyncKHR",
142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
377 eglDestroySyncKHR(egl_display, egl_sync); in EGLFenceWait()
925 { "eglDestroySyncKHR", (_EGLProc) eglDestroySyncKHR }, in eglGetProcAddress()1365 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function