Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp177 SetBlendConstantCmd* cmd = commands->NextCommand<SetBlendConstantCmd>(); in FreeCommands()
178 cmd->~SetBlendConstantCmd(); in FreeCommands()
334 commands->NextCommand<SetBlendConstantCmd>(); in SkipCommand()
DRenderPassEncoder.cpp151 SetBlendConstantCmd* cmd = in APISetBlendConstant()
152 allocator->Allocate<SetBlendConstantCmd>(Command::SetBlendConstant); in APISetBlendConstant()
DCommands.h244 struct SetBlendConstantCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1227 SetBlendConstantCmd* cmd = mCommands.NextCommand<SetBlendConstantCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1596 SetBlendConstantCmd* cmd = mCommands.NextCommand<SetBlendConstantCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1315 SetBlendConstantCmd* cmd = mCommands.NextCommand<SetBlendConstantCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1500 SetBlendConstantCmd* cmd = mCommands.NextCommand<SetBlendConstantCmd>();