Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp86 DrawIndexedCmd* draw = commands->NextCommand<DrawIndexedCmd>(); in FreeCommands()
87 draw->~DrawIndexedCmd(); in FreeCommands()
259 commands->NextCommand<DrawIndexedCmd>(); in SkipCommand()
DRenderEncoderBase.cpp141 DrawIndexedCmd* draw = allocator->Allocate<DrawIndexedCmd>(Command::DrawIndexed); in APIDrawIndexed()
DCommands.h169 struct DrawIndexedCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1085 DrawIndexedCmd* draw = iter->NextCommand<DrawIndexedCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1406 DrawIndexedCmd* draw = iter->NextCommand<DrawIndexedCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1157 DrawIndexedCmd* draw = iter->NextCommand<DrawIndexedCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1305 DrawIndexedCmd* draw = iter->NextCommand<DrawIndexedCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm275 void DrawIndexedCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)