Home
last modified time | relevance | path

Searched refs:SetVertexBufferCmd (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp195 SetVertexBufferCmd* cmd = commands->NextCommand<SetVertexBufferCmd>(); in FreeCommands()
196 cmd->~SetVertexBufferCmd(); in FreeCommands()
350 commands->NextCommand<SetVertexBufferCmd>(); in SkipCommand()
DRenderEncoderBase.cpp370 SetVertexBufferCmd* cmd = in APISetVertexBuffer()
371 allocator->Allocate<SetVertexBufferCmd>(Command::SetVertexBuffer); in APISetVertexBuffer()
DCommands.h261 struct SetVertexBufferCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1202 SetVertexBufferCmd* cmd = iter->NextCommand<SetVertexBufferCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1262 SetVertexBufferCmd* cmd = iter->NextCommand<SetVertexBufferCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1535 SetVertexBufferCmd* cmd = iter->NextCommand<SetVertexBufferCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1445 SetVertexBufferCmd* cmd = iter->NextCommand<SetVertexBufferCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm160 void SetVertexBufferCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)