Home
last modified time | relevance | path

Searched refs:RecordCommands (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp47 "CommandBufferVk::RecordCommands"); in SubmitImpl()
50 DAWN_TRY(ToBackend(commands[i])->RecordCommands(recordingContext)); in SubmitImpl()
52 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferVk::RecordCommands"); in SubmitImpl()
H A DCommandBufferVk.h38 MaybeError RecordCommands(CommandRecordingContext* recordingContext);
H A DCommandBufferVk.cpp498 MaybeError CommandBuffer::RecordCommands(CommandRecordingContext* recordingContext) { in RecordCommands() function in dawn_native::vulkan::CommandBuffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQueueD3D12.cpp41 "CommandBufferD3D12::RecordCommands"); in SubmitImpl()
43 DAWN_TRY(ToBackend(commands[i])->RecordCommands(commandContext)); in SubmitImpl()
46 "CommandBufferD3D12::RecordCommands"); in SubmitImpl()
H A DCommandBufferD3D12.h36 MaybeError RecordCommands(CommandRecordingContext* commandContext);
H A DCommandBufferD3D12.cpp664 MaybeError CommandBuffer::RecordCommands(CommandRecordingContext* commandContext) { in RecordCommands() function in dawn_native::d3d12::__anon20485::CommandBuffer

Completed in 8 milliseconds