Home
last modified time | relevance | path

Searched defs:materialEntity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1889 SCENE_NS::IShader::Ptr SceneHolder::GetShader(CORE_NS::Entity materialEntity, ShaderType type) in GetShader()
1929 SCENE_NS::IGraphicsState::Ptr SceneHolder::GetGraphicsState(CORE_NS::Entity materialEntity, ShaderT… in GetGraphicsState()
1992 CORE_NS::Entity materialEntity, ShaderType type, const RENDER_NS::GraphicsState& state) in SetGraphicsState()
2024 CORE_NS::Entity materialEntity, ShaderType type, const SCENE_NS::IShaderGraphicsState::Ptr& ret) in GetGraphicsState()
2054 void SceneHolder::SetShader(CORE_NS::Entity materialEntity, ShaderType type, SCENE_NS::IShader::Ptr… in SetShader()
2131 void SceneHolder::SetGraphicsState(CORE_NS::Entity materialEntity, ShaderType type, SCENE_NS::IGrap… in SetGraphicsState()
H A Dmaterial_impl.cpp184 CORE_NS::Entity materialEntity = entity; in SetPath() local
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1213 const CORE_NS::Entity& materialEntity, CORE3D_NS::INodeSystem& nodeSystem, in CreateNode()
1281 const CORE_NS::Entity materialEntity = ecs_->GetEntityManager().Create(); in LoadCustGeometry() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1690 const Entity materialEntity, IMaterialComponentManager& materialManager, in ImportMaterial()
3262 auto materialEntity = LookupResourceByUri(uri, uriManager_, materialManager_); in PrepareMaterialTasks() local
H A Dgltf2_exporter.cpp1220 for (auto const materialEntity : usedMaterials) { in ExportGltfMaterials() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1455 auto addMaterial = [&](Entity materialEntity) { in ProcessSubmesh()