Home
last modified time | relevance | path

Searched refs:ExecutePendingCommandContext (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp48 DAWN_TRY(device->ExecutePendingCommandContext()); in SubmitImpl()
DSwapChainD3D12.cpp127 DAWN_TRY(device->ExecutePendingCommandContext()); in OnBeforePresent()
315 DAWN_TRY(device->ExecutePendingCommandContext()); in PresentImpl()
DDeviceD3D12.cpp327 DAWN_TRY(ExecutePendingCommandContext()); in TickImpl()
377 MaybeError Device::ExecutePendingCommandContext() { in ExecutePendingCommandContext() function in dawn_native::d3d12::Device
DDeviceD3D12.h87 MaybeError ExecutePendingCommandContext();