Home
last modified time | relevance | path

Searched refs:GetVertexInputDeclarationHandle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h376 …virtual RenderHandleReference GetVertexInputDeclarationHandle(const BASE_NS::string_view path) con… in RENDER_BEGIN_NAMESPACE()
693 virtual RenderHandle GetVertexInputDeclarationHandle(const BASE_NS::string_view path) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_util.cpp96 rhr = mgr.GetVertexInputDeclarationHandle(desc.name); in GetRenderHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h192 …RenderHandleReference GetVertexInputDeclarationHandle(const BASE_NS::string_view path) const overr…
518 RenderHandle GetVertexInputDeclarationHandle(const BASE_NS::string_view path) const override;
H A Dshader_manager.cpp1181 RenderHandleReference ShaderManager::GetVertexInputDeclarationHandle(const string_view path) const in GetVertexInputDeclarationHandle() function in ShaderManager
2351 RenderHandle RenderNodeShaderManager::GetVertexInputDeclarationHandle(const string_view path) const in GetVertexInputDeclarationHandle() function in RenderNodeShaderManager
2353 return shaderMgr_.GetVertexInputDeclarationHandle(path).GetHandle(); in GetVertexInputDeclarationHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.cpp407 … shaderMgr_.GetVertexInputDeclarationHandle(svRef.vertexInputDeclaration).GetHandle()); in CreateGraphicsShader()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp343 …shaderMgr.GetVertexInputDeclarationHandle(DefaultMaterialShaderConstants::VERTEX_INPUT_DECLARATION… in CreateDefaultShaderData()
H A Drender_node_default_shadow_render_slot.cpp432 …shaderMgr.GetVertexInputDeclarationHandle(DefaultMaterialShaderConstants::VERTEX_INPUT_DECLARATION… in CreateDefaultShaderData()
H A Drender_node_default_material_render_slot.cpp662 …shaderMgr.GetVertexInputDeclarationHandle(DefaultMaterialShaderConstants::VERTEX_INPUT_DECLARATION… in CreateDefaultShaderData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp736 … shaderManager.GetVertexInputDeclarationView(shaderManager.GetVertexInputDeclarationHandle( in InitializeBuilder()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp871 shaderManager.GetVertexInputDeclarationView(shaderManager.GetVertexInputDeclarationHandle( in GatherMeshData()
2818 … shaderManager.GetVertexInputDeclarationView(shaderManager.GetVertexInputDeclarationHandle( in StartPhase()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2451 shaderManager.GetVertexInputDeclarationView(shaderManager.GetVertexInputDeclarationHandle( in CreateMeshFromArrays()