Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFunctions.inl29 eglDestroySyncFunc destroySync; variable
DeglwFuncPtrLibraryImpl.inl122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const function in FuncPtrLibrary
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp632 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1096 void Display::destroySync(egl::Sync *sync) in destroySync() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1633 void Display::destroySync(egl::Sync *sync) in destroySync() function in egl::Display
/third_party/vk-gl-cts/modules/egl/
DteglSyncTests.cpp83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; typedef in deqp::egl::SyncTest