Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp167 SetViewportCmd* cmd = commands->NextCommand<SetViewportCmd>(); in FreeCommands()
168 cmd->~SetViewportCmd(); in FreeCommands()
326 commands->NextCommand<SetViewportCmd>(); in SkipCommand()
DRenderPassEncoder.cpp198 SetViewportCmd* cmd = allocator->Allocate<SetViewportCmd>(Command::SetViewport); in APISetViewport()
DCommands.h236 struct SetViewportCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1241 SetViewportCmd* cmd = mCommands.NextCommand<SetViewportCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1570 SetViewportCmd* cmd = mCommands.NextCommand<SetViewportCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1294 SetViewportCmd* cmd = mCommands.NextCommand<SetViewportCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1474 SetViewportCmd* cmd = mCommands.NextCommand<SetViewportCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm139 void SetViewportCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)