Home
last modified time | relevance | path

Searched defs:destroySync (Results 1 – 6 of 6) 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/angle/util/windows/
DWGLWindow.cpp393 EGLBoolean WGLWindow::destroySync(EGLDisplay dpy, Sync sync) in destroySync() function in WGLWindow
/external/angle/util/
DEGLWindow.cpp780 EGLBoolean EGLWindow::destroySync(EGLDisplay dpy, Sync sync) in destroySync() function in EGLWindow
/external/angle/src/libANGLE/
DDisplay.cpp1995 void Display::destroySync(Sync *sync) in destroySync() function in egl::Display
/external/deqp/modules/egl/
DteglSyncTests.cpp97 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const; typedef in deqp::egl::SyncTest