Home
last modified time | relevance | path

Searched refs:SetDrawCommand (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h178 virtual void SetDrawCommand(const DrawCommand& drawCommand) = 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;
H A Dshader_pipeline_binder.cpp567 void ShaderPipelineBinder::SetDrawCommand(const DrawCommand& drawCommand) in SetDrawCommand() function in ShaderPipelineBinder