Home
last modified time | relevance | path

Searched defs:destroySync (Results 1 – 4 of 4) 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.cpp637 void Display::destroySync(FenceSync *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