Home
last modified time | relevance | path

Searched refs:GetPushConstantData (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.h193 virtual BASE_NS::array_view<const uint8_t> GetPushConstantData() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h79 BASE_NS::array_view<const uint8_t> GetPushConstantData() const override;
H A Dshader_pipeline_binder.cpp587 array_view<const uint8_t> ShaderPipelineBinder::GetPushConstantData() const in GetPushConstantData() function in ShaderPipelineBinder