Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetScene
(Results
1 - 25
of
46
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H
A
D
intf_render_data_store_default_scene.h
44
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
D
render_data_store_default_scene.cpp
53
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
D
render_data_store_default_scene.h
54
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
D
node.h
119
IScene::Ptr
GetScene
() const
in GetScene()
function in final
122
return impl->
GetScene
();
in GetScene()
H
A
D
scene.h
220
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
D
scene_created_test.cpp
142
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
D
node_impl.cpp
114
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
D
mesh_impl.cpp
123
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
D
camera_impl.cpp
132
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
D
node_impl.h
176
SCENE_NS::IScene::Ptr
GetScene
() const override;
/foundation/CastEngine/castengine_wifi_display/services/common/
H
A
D
sharing_hisysevent.h
97
int32_t
GetScene
() const;
H
A
D
sharing_hisysevent.cpp
120
int32_t SharingHiSysEvent::
GetScene
() const
in GetScene()
function in OHOS::Sharing::SharingHiSysEvent
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
CameraJS.cpp
76
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
D
GeometryJS.cpp
42
auto scene = nod->
GetScene
();
in DisposeNative()
H
A
D
MaterialJS.cpp
81
auto scene = node->
GetScene
();
in DisposeNative()
H
A
D
LightJS.cpp
154
auto scene = node->
GetScene
();
in DisposeNative()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
inter_ipc_service_stub.cpp
47
auto scene = interaction->
GetScene
();
in GetSubSystemAbility()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H
A
D
interaction.h
52
BaseScene::Ptr
GetScene
()
in GetScene()
function in OHOS::Sharing::final
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H
A
D
intf_node.h
188
virtual BASE_NS::shared_ptr<IScene>
GetScene
() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H
A
D
render_node_default_lights.cpp
108
const auto scene = dataStoreScene->
GetScene
();
in ExecuteFrame()
H
A
D
render_node_default_shadow_render_slot.cpp
190
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
D
render_node_default_camera_post_process_controller.cpp
201
const auto scene = dataStoreScene.
GetScene
();
in UpdateCurrentScene()
H
A
D
render_node_default_depth_render_slot.cpp
142
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
D
ui_ability.h
441
std::shared_ptr<Rosen::WindowScene>
GetScene
();
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H
A
D
scene_adapter.cpp
458
auto scene = interface_cast<SCENE_NS::INode>(cameraObj)->
GetScene
();
in AttachSwapchain()
Completed in 17 milliseconds
1
2