Searched defs:SetBindGroup (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ | ||
D | ProgrammablePassEncoder.cpp | 83 void ProgrammablePassEncoder::SetBindGroup(uint32_t groupIndex, in SetBindGroup() function in dawn_native::ProgrammablePassEncoder |
D | CommandBufferStateTracker.cpp | 147 void CommandBufferStateTracker::SetBindGroup(uint32_t index, BindGroupBase* bindgroup) { in SetBindGroup() function in dawn_native::CommandBufferStateTracker |
D | Commands.h | 57 SetBindGroup, enumerator |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
D | CommandBufferStateTracker.cpp | 341 void CommandBufferStateTracker::SetBindGroup(BindGroupIndex index, in SetBindGroup() function in dawn_native::CommandBufferStateTracker |
D | Commands.h | 64 SetBindGroup, enumerator |
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ | ||
D | CommandBufferD3D12.cpp | 150 void SetBindGroup(ComPtr<ID3D12GraphicsCommandList> commandList, in SetBindGroup() function in dawn_native::d3d12::BindGroupStateTracker |