Home
last modified time | relevance | path

Searched defs:destroySync (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl29 eglDestroySyncFunc destroySync; variable
DeglwFuncPtrLibraryImpl.inl122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const function in FuncPtrLibrary
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp639 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
/external/angle/src/libANGLE/
DDisplay.cpp1556 void Display::destroySync(egl::Sync *sync) in destroySync() function in egl::Display
/external/deqp/modules/egl/
DteglSyncTests.cpp83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; typedef in deqp::egl::SyncTest