Home
last modified time | relevance | path

Searched refs:destroySync (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl29 eglDestroySyncFunc destroySync; variable
DeglwInitCore.inl23 dst->destroySync = (eglDestroySyncFunc) loader->get("eglDestroySync");
DeglwFuncPtrLibraryImpl.inl122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const function in FuncPtrLibrary
124 return m_egl.destroySync(dpy, sync);
DeglwFuncPtrLibraryDecl.inl29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
DeglwLibrary.inl29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const …
DeglwImpl.inl148 return egl->destroySync(dpy, sync);
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h69 void destroySync(FenceSync *sync);
DDisplay.cpp637 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
DlibEGL.cpp1368 display->destroySync(eglSync); in DestroySyncKHR()
/external/deqp/modules/egl/
DteglSyncTests.cpp83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; typedef in deqp::egl::SyncTest
1751 test<createSync, destroySync, EGLSync>(m_funcNames, in iterate()
1753 &Library::destroySync, in iterate()
1823 test<createSync, destroySync>(m_funcNames, in iterate()
1825 &Library::destroySync); in iterate()
1886 test<destroySync, EGLSync>(m_funcNames, in iterate()
1887 &Library::destroySync, in iterate()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl246 eglw::EGLBoolean returnValue = m_egl.destroySync(dpy, sync);