Home
last modified time | relevance | path

Searched refs:WaitForIdleForDestruction (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h112 MOCK_METHOD(MaybeError, WaitForIdleForDestruction, (), (override));
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h122 MaybeError WaitForIdleForDestruction() override;
DDeviceGL.cpp296 MaybeError Device::WaitForIdleForDestruction() { in WaitForIdleForDestruction() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h125 MaybeError WaitForIdleForDestruction() override;
DDeviceMTL.mm470 MaybeError Device::WaitForIdleForDestruction() {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h157 MaybeError WaitForIdleForDestruction() override;
DDeviceVk.cpp850 MaybeError Device::WaitForIdleForDestruction() { in WaitForIdleForDestruction() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h193 MaybeError WaitForIdleForDestruction() override;
DDeviceD3D12.cpp608 MaybeError Device::WaitForIdleForDestruction() { in WaitForIdleForDestruction() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h161 MaybeError WaitForIdleForDestruction() override;
DDeviceNull.cpp192 MaybeError Device::WaitForIdleForDestruction() { in WaitForIdleForDestruction() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp347 IgnoreErrors(WaitForIdleForDestruction()); in Destroy()
414 IgnoreErrors(WaitForIdleForDestruction()); in HandleError()
433 IgnoreErrors(WaitForIdleForDestruction()); in HandleError()
DDevice.h479 virtual MaybeError WaitForIdleForDestruction() = 0;