Home
last modified time | relevance | path

Searched refs:GetDrawIndirectSignature (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h56 ComPtr<ID3D12CommandSignature> GetDrawIndirectSignature() const;
DDeviceD3D12.cpp139 ComPtr<ID3D12CommandSignature> Device::GetDrawIndirectSignature() const { in GetDrawIndirectSignature() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp896 ToBackend(GetDevice())->GetDrawIndirectSignature(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h61 ComPtr<ID3D12CommandSignature> GetDrawIndirectSignature() const;
DDeviceD3D12.cpp199 ComPtr<ID3D12CommandSignature> Device::GetDrawIndirectSignature() const { in GetDrawIndirectSignature() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp1430 ToBackend(GetDevice())->GetDrawIndirectSignature(); in RecordRenderPass()