Searched refs:destroySyncKHR (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/egl/wrapper/ |
D | eglwInitExtensions.inl | 12 dst->destroySyncKHR = (eglDestroySyncKHRFunc) loader->get("eglDestroySyncKHR");
|
D | eglwFunctions.inl | 30 eglDestroySyncKHRFunc destroySyncKHR; variable
|
D | eglwFuncPtrLibraryImpl.inl | 127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const function in FuncPtrLibrary 129 return m_egl.destroySyncKHR(dpy, sync);
|
D | eglwImplExt.inl | 60 return egl->destroySyncKHR(dpy, sync);
|
D | eglwFuncPtrLibraryDecl.inl | 30 EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const;
|
D | eglwLibrary.inl | 30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const …
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | SyncEGL.cpp | 33 mEGL->destroySyncKHR(mSync); in onDestroy()
|
D | FunctionsEGL.h | 78 EGLBoolean destroySyncKHR(EGLSyncKHR sync) const;
|
D | FunctionsEGL.cpp | 443 EGLBoolean FunctionsEGL::destroySyncKHR(EGLSyncKHR sync) const in destroySyncKHR() function in rx::FunctionsEGL
|
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 84 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()
|
D | teglGLES2SharingThreadedTests.cpp | 334 EGLint destroyResult = thread.egl.destroySyncKHR(m_display, m_sync); in waitReady()
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 828 mEGL->destroySyncKHR(fence); in flushGL()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 256 eglw::EGLBoolean returnValue = m_egl.destroySyncKHR(dpy, sync);
|