Searched refs:DrawCommand (Results 1 – 4 of 4) sorted by relevance
55 struct DrawCommand { in RENDER_BEGIN_NAMESPACE() struct178 virtual void SetDrawCommand(const DrawCommand& drawCommand) = 0; in RENDER_BEGIN_NAMESPACE()208 virtual DrawCommand GetDrawCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
74 void SetDrawCommand(const DrawCommand& drawCommand) override;83 DrawCommand GetDrawCommand() const override;143 DrawCommand drawCommand_;
567 void ShaderPipelineBinder::SetDrawCommand(const DrawCommand& drawCommand) in SetDrawCommand()660 IShaderPipelineBinder::DrawCommand ShaderPipelineBinder::GetDrawCommand() const in GetDrawCommand()
227 const IShaderPipelineBinder::DrawCommand dc = sRef.GetDrawCommand(); in ExecuteFrameGraphics()