Home
last modified time | relevance | path

Searched refs:TickImpl (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp113 TickImpl(); // Call tick one last time so resources are cleaned up in ~Device()
202 void Device::TickImpl() { in TickImpl() function in dawn_native::d3d12::Device
DDeviceD3D12.h50 void TickImpl() override;
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h53 void TickImpl() override;
DDeviceGL.cpp125 void Device::TickImpl() { in TickImpl() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h108 MOCK_METHOD(MaybeError, TickImpl, (), (override));
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h45 void TickImpl() override;
DDeviceMTL.mm150 void Device::TickImpl() {
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h63 MaybeError TickImpl() override;
DDeviceGL.cpp240 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::opengl::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h72 void TickImpl() override;
DDeviceVk.cpp202 void Device::TickImpl() { in TickImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h48 MaybeError TickImpl() override;
DDeviceMTL.mm311 MaybeError Device::TickImpl() {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h86 MaybeError TickImpl() override;
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h94 void TickImpl() override;
DDeviceNull.cpp193 void Device::TickImpl() { in TickImpl() function in dawn_native::null::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h77 virtual void TickImpl() = 0;
DDevice.cpp429 TickImpl(); in Tick()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h54 MaybeError TickImpl() override;
DSwapChainD3D12.cpp364 return device->TickImpl(); in DetachAndWaitForDeallocation()
DDeviceD3D12.cpp314 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h99 MaybeError TickImpl() override;
DDeviceNull.cpp239 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp378 IgnoreErrors(TickImpl()); in Destroy()
434 IgnoreErrors(TickImpl()); in HandleError()
1099 DAWN_TRY(TickImpl()); in Tick()
DDevice.h421 virtual MaybeError TickImpl() = 0;

12