Home
last modified time | relevance | path

Searched refs:destroySyncKHR (Results 1 – 13 of 13) 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/angle/src/libANGLE/renderer/gl/egl/
DSyncEGL.cpp33 mEGL->destroySyncKHR(mSync); in onDestroy()
DFunctionsEGL.h78 EGLBoolean destroySyncKHR(EGLSyncKHR sync) const;
DFunctionsEGL.cpp443 EGLBoolean FunctionsEGL::destroySyncKHR(EGLSyncKHR sync) const in destroySyncKHR() function in rx::FunctionsEGL
/external/deqp/modules/egl/
DteglSyncTests.cpp84 typedef EGLBoolean (Library::*destroySyncKHR)(EGLDisplay, EGLSyncKHR) const ; typedef in deqp::egl::SyncTest
294 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
1763 test<createSyncKHR, destroySyncKHR, EGLSyncKHR>(m_funcNamesKHR, in iterate()
1765 &Library::destroySyncKHR, in iterate()
1834 test<createSyncKHR, destroySyncKHR>(m_funcNamesKHR, in iterate()
1836 &Library::destroySyncKHR); in iterate()
1897 test<destroySyncKHR, EGLSyncKHR>(m_funcNamesKHR, in iterate()
1898 &Library::destroySyncKHR, in iterate()
DteglGLES2SharingThreadedTests.cpp334 EGLint destroyResult = thread.egl.destroySyncKHR(m_display, m_sync); in waitReady()
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp828 mEGL->destroySyncKHR(fence); in flushGL()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl256 eglw::EGLBoolean returnValue = m_egl.destroySyncKHR(dpy, sync);