Home
last modified time | relevance | path

Searched refs:GetPropertyBindingView (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.h241 virtual PropertyBindingView GetPropertyBindingView() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp200 … IShaderPipelineBinder::PropertyBindingView cpbv = shaderRef->GetPropertyBindingView(); in ExecuteFrameGraphics()
289 … IShaderPipelineBinder::PropertyBindingView cpbv = shaderRef->GetPropertyBindingView(); in ExecuteFrameCompute()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h92 PropertyBindingView GetPropertyBindingView() const override;
H A Dshader_pipeline_binder.cpp635 IShaderPipelineBinder::PropertyBindingView ShaderPipelineBinder::GetPropertyBindingView() const in GetPropertyBindingView() function in ShaderPipelineBinder