Searched refs:eglDestroySyncKHR_t (Results 1 – 3 of 3) sorted by relevance
61 eglDestroySyncKHR_t eglDestroySyncKHR;106 …eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eg… in set_eglDestroySyncKHR()
62 typedef EGLBoolean (* eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync); typedef
64 …ptr = dlsym(gles_android,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((eglDestroySyncKHR_t)pt… in create_egl_dispatch()