Home
last modified time | relevance | path

Searched refs:SetPushConstantData (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.h116 virtual void SetPushConstantData(BASE_NS::array_view<const uint8_t> data) = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h57 void SetPushConstantData(const BASE_NS::array_view<const uint8_t> data) override;
H A Dshader_pipeline_binder.cpp358 void ShaderPipelineBinder::SetPushConstantData(const array_view<const uint8_t> data) in SetPushConstantData() function in ShaderPipelineBinder