Home
last modified time | relevance | path

Searched refs:GetScene (Results 1 - 25 of 46) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_scene.h44 virtual RenderScene GetScene(const BASE_NS::string_view name) const = 0;
49 virtual RenderScene GetScene() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_scene.cpp53 RenderScene RenderDataStoreDefaultScene::GetScene(const string_view name) const in GetScene() function in RenderDataStoreDefaultScene
63 RenderScene RenderDataStoreDefaultScene::GetScene() const in GetScene() function in RenderDataStoreDefaultScene
H A Drender_data_store_default_scene.h54 RenderScene GetScene(const BASE_NS::string_view sceneName) const override;
55 RenderScene GetScene() const override;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h119 IScene::Ptr GetScene() const in GetScene() function in final
122 return impl->GetScene(); in GetScene()
H A Dscene.h220 static Scene GetScene(nodeClass& node) in GetScene() function in final
223 return Scene(nodeInterface->GetScene()); in GetScene()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dscene_created_test.cpp142 EXPECT_NE(ability_->GetScene(), nullptr); in HWTEST_F()
170 firstScene = ability_->GetScene(); in HWTEST_F()
175 EXPECT_EQ(ability_->GetScene(), firstScene); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp114 auto sceneObject = interface_pointer_cast<IObject>(parent->GetScene()); in Connect()
468 SCENE_NS::IScene::Ptr NodeImpl::GetScene() const in GetScene() function in NodeImpl
495 if (auto scene = GetScene()) { in RecursivelyEnableCache()
511 if (auto scene=GetScene()) { in UpdateChildrenPath()
722 if (auto attachment = GetScene()->GetAnimation(name)) { in CompleteInitialization()
814 } else if (META_NS::GetValue(self->GetScene()->Asynchronous()) && self->shouldRetry_) { in SetPathWithoutNode()
965 if (auto scene = self->GetScene()) { in BuildChildrenIterateOver()
990 if (options == SCENE_NS::INode::NODE_BUILD_CHILDREN_NO_BUILD || !GetScene()) { in BuildChildren()
995 if (!META_NS::GetValue(GetScene()->Asynchronous())) { in BuildChildren()
1408 if (auto iscene = GetScene()) { in GetMeshFromEngine()
[all...]
H A Dmesh_impl.cpp123 SCENE_NS::IMaterial::Ptr material = GetScene()->GetMaterial(materialOverrideUri);
137 submesh->Material()->SetValue(GetScene()->GetMaterial(materialUri));
148 if (auto iscene = GetScene()) {
311 if (auto iscene = GetScene()) {
H A Dcamera_impl.cpp132 if (auto scene = GetScene()) {
384 weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() {
427 weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() {
469 weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() {
H A Dnode_impl.h176 SCENE_NS::IScene::Ptr GetScene() const override;
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dsharing_hisysevent.h97 int32_t GetScene() const;
H A Dsharing_hisysevent.cpp120 int32_t SharingHiSysEvent::GetScene() const in GetScene() function in OHOS::Sharing::SharingHiSysEvent
/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp76 auto scene = camnode->GetScene(); in DisposeNative()
197 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in Finalize()
244 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in GetEnabled()
261 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in SetEnabled()
H A DGeometryJS.cpp42 auto scene = nod->GetScene(); in DisposeNative()
H A DMaterialJS.cpp81 auto scene = node->GetScene(); in DisposeNative()
H A DLightJS.cpp154 auto scene = node->GetScene(); in DisposeNative()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service_stub.cpp47 auto scene = interaction->GetScene(); in GetSubSystemAbility()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.h52 BaseScene::Ptr GetScene() in GetScene() function in OHOS::Sharing::final
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h188 virtual BASE_NS::shared_ptr<IScene> GetScene() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_lights.cpp108 const auto scene = dataStoreScene->GetScene(); in ExecuteFrame()
H A Drender_node_default_shadow_render_slot.cpp190 const auto scene = dataStoreScene->GetScene(); in PreExecuteFrame()
245 const auto scene = storeScene->GetScene(); in ExecuteFrame()
642 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
H A Drender_node_default_camera_post_process_controller.cpp201 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
H A Drender_node_default_depth_render_slot.cpp142 const auto scene = dataStoreScene->GetScene(); in ExecuteFrame()
304 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability.h441 std::shared_ptr<Rosen::WindowScene> GetScene();
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp458 auto scene = interface_cast<SCENE_NS::INode>(cameraObj)->GetScene(); in AttachSwapchain()

Completed in 17 milliseconds

12