Home
last modified time | relevance | path

Searched refs:GetDrawCommand (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.h208 virtual DrawCommand GetDrawCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h83 DrawCommand GetDrawCommand() const override;
H A Dshader_pipeline_binder.cpp660 IShaderPipelineBinder::DrawCommand ShaderPipelineBinder::GetDrawCommand() const in GetDrawCommand() function in ShaderPipelineBinder
/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()