Home
last modified time | relevance | path

Searched refs:GetEntityUri (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmeshhandler.cpp97 if (sceneHolder->GetEntityUri(entity, uri)) { in GetMaterialFromEntity()
H A Dscene_holder.h362 bool GetEntityUri(const CORE_NS::Entity& entity, BASE_NS::string& nameString);
H A Dbind_templates.inl97 if (sceneHolder.GetEntityUri(v, uri)) {
H A Dmaterial_impl.cpp463 sh->GetEntityUri(image, name); in CheckImageHandle()
H A Dscene_holder.cpp1277 bool SceneHolder::GetEntityUri(const CORE_NS::Entity& entity, BASE_NS::string& uriString) in GetEntityUri() function in SceneHolder