Searched defs:destroySync (Results 1 – 4 of 4) sorted by relevance
29 eglDestroySyncFunc destroySync; variable
122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const function in FuncPtrLibrary
637 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; typedef in deqp::egl::SyncTest