Searched defs:materialEntity (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 1889 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 D | material_impl.cpp | 184 CORE_NS::Entity materialEntity = entity; in SetPath() local
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1213 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 D | gltf2_importer.cpp | 1690 const Entity materialEntity, IMaterialComponentManager& materialManager, in ImportMaterial() 3262 auto materialEntity = LookupResourceByUri(uri, uriManager_, materialManager_); in PrepareMaterialTasks() local
|
H A D | gltf2_exporter.cpp | 1220 for (auto const materialEntity : usedMaterials) { in ExportGltfMaterials() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1455 auto addMaterial = [&](Entity materialEntity) { in ProcessSubmesh()
|