Home
last modified time | relevance | path

Searched refs:GetVertexInputDeclarationView (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.h54 VertexInputDeclarationView GetVertexInputDeclarationView() const; in RENDER_BEGIN_NAMESPACE()
H A Dvertex_input_declaration_loader.cpp122 VertexInputDeclarationView VertexInputDeclarationLoader::GetVertexInputDeclarationView() const in GetVertexInputDeclarationView() function in VertexInputDeclarationLoader
H A Dshader_loader.cpp520 VertexInputDeclarationView dataView = loader.GetVertexInputDeclarationView(); in CreateVertexInputDeclaration()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h383 …virtual VertexInputDeclarationView GetVertexInputDeclarationView(const RenderHandleReference& hand… in RENDER_BEGIN_NAMESPACE()
700 …virtual VertexInputDeclarationView GetVertexInputDeclarationView(const RenderHandle& handle) const…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h193 …VertexInputDeclarationView GetVertexInputDeclarationView(const RenderHandleReference& handle) cons…
194 VertexInputDeclarationView GetVertexInputDeclarationView(const RenderHandle& handle) const;
519 …VertexInputDeclarationView GetVertexInputDeclarationView(const RenderHandle& handle) const overrid…
H A Dshader_manager.cpp1192 VertexInputDeclarationView ShaderManager::GetVertexInputDeclarationView(const RenderHandle& handle)… in GetVertexInputDeclarationView() function in ShaderManager
1215 VertexInputDeclarationView ShaderManager::GetVertexInputDeclarationView(const RenderHandleReference… in GetVertexInputDeclarationView() function in ShaderManager
1217 return GetVertexInputDeclarationView(handle.GetHandle()); in GetVertexInputDeclarationView()
2356 VertexInputDeclarationView RenderNodeShaderManager::GetVertexInputDeclarationView(const RenderHandl… in GetVertexInputDeclarationView() function in RenderNodeShaderManager
2358 return shaderMgr_.GetVertexInputDeclarationView(handle); in GetVertexInputDeclarationView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp324 …VertexInputDeclarationView vidView = shaderMgr_.GetVertexInputDeclarationView(vertexInputDeclarati… in GetGraphicsPsoHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp479 shaderMgr.GetVertexInputDeclarationView(currVid), spec, dynamicStatesView); in CreateNewPso()
H A Drender_node_default_shadow_render_slot.cpp502 const VertexInputDeclarationView vidv = shaderMgr.GetVertexInputDeclarationView(currVid); in CreateNewPso()
H A Drender_node_default_material_render_slot.cpp765 shaderMgr.GetVertexInputDeclarationView(currVid), spec, GetDynamicStates()); in CreateNewPso()
/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()