/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 113 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
|
D | DeviceD3D12.h | 50 void TickImpl() override;
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 53 void TickImpl() override;
|
D | DeviceGL.cpp | 125 void Device::TickImpl() { in TickImpl() function in dawn_native::opengl::Device
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
D | DeviceMock.h | 108 MOCK_METHOD(MaybeError, TickImpl, (), (override));
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 45 void TickImpl() override;
|
D | DeviceMTL.mm | 150 void Device::TickImpl() {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 63 MaybeError TickImpl() override;
|
D | DeviceGL.cpp | 240 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::opengl::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 72 void TickImpl() override;
|
D | DeviceVk.cpp | 202 void Device::TickImpl() { in TickImpl() function in dawn_native::vulkan::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 48 MaybeError TickImpl() override;
|
D | DeviceMTL.mm | 311 MaybeError Device::TickImpl() {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 86 MaybeError TickImpl() override;
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 94 void TickImpl() override;
|
D | DeviceNull.cpp | 193 void Device::TickImpl() { in TickImpl() function in dawn_native::null::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 77 virtual void TickImpl() = 0;
|
D | Device.cpp | 429 TickImpl(); in Tick()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.h | 54 MaybeError TickImpl() override;
|
D | SwapChainD3D12.cpp | 364 return device->TickImpl(); in DetachAndWaitForDeallocation()
|
D | DeviceD3D12.cpp | 314 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::d3d12::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 99 MaybeError TickImpl() override;
|
D | DeviceNull.cpp | 239 MaybeError Device::TickImpl() { in TickImpl() function in dawn_native::null::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 378 IgnoreErrors(TickImpl()); in Destroy() 434 IgnoreErrors(TickImpl()); in HandleError() 1099 DAWN_TRY(TickImpl()); in Tick()
|
D | Device.h | 421 virtual MaybeError TickImpl() = 0;
|