Home
last modified time | relevance | path

Searched refs:GetEntityWithReference (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drender_handle_component.h74 …virtual CORE_NS::Entity GetEntityWithReference(const RENDER_NS::RenderHandleReference& handle) con…
87 …CORE_NS::EntityReference entity = entityMgr.GetReferenceCounted(rhcMgr.GetEntityWithReference(hand…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Drender_handle_component_manager.cpp113 Entity GetEntityWithReference(const RenderHandleReference& handle) const override in GetEntityWithReference() function in RenderHandleComponentManager
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2218 auto entity = rhComponentManager_->GetEntityWithReference(linearHandle); in LoadSampler()