Searched refs:destroySync (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 29 eglDestroySyncFunc destroySync; variable
|
D | eglwInitCore.inl | 23 dst->destroySync = (eglDestroySyncFunc) loader->get("eglDestroySync");
|
D | eglwFuncPtrLibraryImpl.inl | 122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const function in FuncPtrLibrary 124 return m_egl.destroySync(dpy, sync);
|
D | eglwFuncPtrLibraryDecl.inl | 29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
|
D | eglwLibrary.inl | 29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const …
|
D | eglwImpl.inl | 148 return egl->destroySync(dpy, sync);
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 69 void destroySync(FenceSync *sync);
|
D | Display.cpp | 637 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
|
D | libEGL.cpp | 1368 display->destroySync(eglSync); in DestroySyncKHR()
|
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 83 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/ |
D | egluCallLogWrapper.inl | 246 eglw::EGLBoolean returnValue = m_egl.destroySync(dpy, sync);
|