Home
last modified time | relevance | path

Searched refs:SetIndexBufferCmd (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp190 SetIndexBufferCmd* cmd = commands->NextCommand<SetIndexBufferCmd>(); in FreeCommands()
191 cmd->~SetIndexBufferCmd(); in FreeCommands()
346 commands->NextCommand<SetIndexBufferCmd>(); in SkipCommand()
DRenderEncoderBase.cpp313 SetIndexBufferCmd* cmd = in APISetIndexBuffer()
314 allocator->Allocate<SetIndexBufferCmd>(Command::SetIndexBuffer); in APISetIndexBuffer()
DCommands.h254 struct SetIndexBufferCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1181 SetIndexBufferCmd* cmd = iter->NextCommand<SetIndexBufferCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1523 SetIndexBufferCmd* cmd = iter->NextCommand<SetIndexBufferCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1252 SetIndexBufferCmd* cmd = iter->NextCommand<SetIndexBufferCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1435 SetIndexBufferCmd* cmd = iter->NextCommand<SetIndexBufferCmd>();