/third_party/vk-gl-cts/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);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 70 void destroySync(FenceSync *sync);
|
D | Display.cpp | 632 void Display::destroySync(FenceSync *sync) in destroySync() function in egl::Display
|
D | libEGL.cpp | 1431 display->destroySync(eglSync); in DestroySyncKHR()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSyncTests.cpp | 83 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; typedef in deqp::egl::SyncTest 1756 test<createSync, destroySync, EGLSync>(m_funcNames, in iterate() 1758 &Library::destroySync, in iterate() 1828 test<createSync, destroySync>(m_funcNames, in iterate() 1830 &Library::destroySync); in iterate() 1891 test<destroySync, EGLSync>(m_funcNames, in iterate() 1892 &Library::destroySync, in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 132 void destroySync(Sync *sync);
|
D | Display.cpp | 661 destroySync(*mSyncSet.begin()); in terminate() 1096 void Display::destroySync(egl::Sync *sync) in destroySync() function in egl::Display
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 211 void destroySync(Sync *sync);
|
D | Display.cpp | 1067 destroySync(*mSyncSet.begin()); in terminate() 1633 void Display::destroySync(egl::Sync *sync) in destroySync() function in egl::Display
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 315 display->destroySync(syncObject); in DestroySync()
|
D | egl_ext_stubs.cpp | 157 display->destroySync(syncObject); in DestroySyncKHR()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl.cpp | 866 display->destroySync(syncObject); in EGL_DestroySync()
|
D | entry_points_egl_ext.cpp | 919 display->destroySync(syncObject); in EGL_DestroySyncKHR()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluCallLogWrapper.inl | 246 eglw::EGLBoolean returnValue = m_egl.destroySync(dpy, sync);
|