Home
last modified time | relevance | path

Searched refs:SetDispatchCommand (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.h183 virtual void SetDispatchCommand(const DispatchCommand& dispatchCommand) = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h75 void SetDispatchCommand(const DispatchCommand& dispatchCommand) override;
H A Dshader_pipeline_binder.cpp572 void ShaderPipelineBinder::SetDispatchCommand(const DispatchCommand& dispatchCommand) in SetDispatchCommand() function in ShaderPipelineBinder