Home
last modified time | relevance | path

Searched refs:DrawCommand (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h55 struct DrawCommand { in RENDER_BEGIN_NAMESPACE() struct
178 virtual void SetDrawCommand(const DrawCommand& drawCommand) = 0; in RENDER_BEGIN_NAMESPACE()
208 virtual DrawCommand GetDrawCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h74 void SetDrawCommand(const DrawCommand& drawCommand) override;
83 DrawCommand GetDrawCommand() const override;
143 DrawCommand drawCommand_;
H A Dshader_pipeline_binder.cpp567 void ShaderPipelineBinder::SetDrawCommand(const DrawCommand& drawCommand) in SetDrawCommand()
660 IShaderPipelineBinder::DrawCommand ShaderPipelineBinder::GetDrawCommand() const in GetDrawCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp227 const IShaderPipelineBinder::DrawCommand dc = sRef.GetDrawCommand(); in ExecuteFrameGraphics()