Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h57 ComPtr<ID3D12CommandSignature> GetDrawIndexedIndirectSignature() const;
DDeviceD3D12.cpp143 ComPtr<ID3D12CommandSignature> Device::GetDrawIndexedIndirectSignature() const { in GetDrawIndexedIndirectSignature() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp908 ToBackend(GetDevice())->GetDrawIndexedIndirectSignature(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h62 ComPtr<ID3D12CommandSignature> GetDrawIndexedIndirectSignature() const;
DDeviceD3D12.cpp203 ComPtr<ID3D12CommandSignature> Device::GetDrawIndexedIndirectSignature() const { in GetDrawIndexedIndirectSignature() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp1450 ToBackend(GetDevice())->GetDrawIndexedIndirectSignature(); in RecordRenderPass()