Home
last modified time | relevance | path

Searched refs:destroySyncKHR (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwInitExtensions.inl12 dst->destroySyncKHR = (eglDestroySyncKHRFunc) loader->get("eglDestroySyncKHR");
DeglwFunctions.inl30 eglDestroySyncKHRFunc destroySyncKHR; variable
DeglwFuncPtrLibraryImpl.inl127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const function in FuncPtrLibrary
129 return m_egl.destroySyncKHR(dpy, sync);
DeglwImplExt.inl60 return egl->destroySyncKHR(dpy, sync);
DeglwFuncPtrLibraryDecl.inl30 EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const;
DeglwLibrary.inl30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const …
/external/deqp/modules/egl/
DteglSyncTests.cpp84 typedef EGLBoolean (Library::*destroySyncKHR)(EGLDisplay, EGLSyncKHR) const ; typedef in deqp::egl::SyncTest
292 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
1758 test<createSyncKHR, destroySyncKHR, EGLSyncKHR>(m_funcNamesKHR, in iterate()
1760 &Library::destroySyncKHR, in iterate()
1829 test<createSyncKHR, destroySyncKHR>(m_funcNamesKHR, in iterate()
1831 &Library::destroySyncKHR); in iterate()
1892 test<destroySyncKHR, EGLSyncKHR>(m_funcNamesKHR, in iterate()
1893 &Library::destroySyncKHR, in iterate()
DteglGLES2SharingThreadedTests.cpp334 EGLint destroyResult = thread.egl.destroySyncKHR(m_display, m_sync); in waitReady()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl256 eglw::EGLBoolean returnValue = m_egl.destroySyncKHR(dpy, sync);