Searched refs:instanceRootNodeId_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uifirst_manager_test.cpp | 774 node->instanceRootNodeId_ = 1; 792 node->instanceRootNodeId_ = 1; 918 node.instanceRootNodeId_ = 1; 924 surfaceRenderNode->instanceRootNodeId_ = 0; 964 renderNode->instanceRootNodeId_ = 1; 1226 node.instanceRootNodeId_ = 1; 1231 node.instanceRootNodeId_ = 2; 1235 node.instanceRootNodeId_ = 3;
|
H A D | rs_uni_render_visitor_test.cpp | 865 surfaceNode->instanceRootNodeId_ = instanceRootNode->GetId(); 894 surfaceNode->instanceRootNodeId_ = instanceRootNode->GetId(); 965 upperSurfaceNode->instanceRootNodeId_ = upperSurfaceNode->GetId();
|
H A D | rs_main_thread_test.cpp | 1821 node2->instanceRootNodeId_ = INVALID_NODEID; 1825 node3->instanceRootNodeId_ = 1;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 546 …data.write(reinterpret_cast<const char*>(&node.instanceRootNodeId_), sizeof(node.instanceRootNodeI… in MarshalNode() 713 data.read(reinterpret_cast<char*>(&node.instanceRootNodeId_), sizeof(node.instanceRootNodeId_)); in UnmarshalNode() 714 node.instanceRootNodeId_ = Utils::PatchNodeId(node.instanceRootNodeId_); in UnmarshalNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 164 SetIsOnTheTree(flag, instanceRootNodeId_, firstLevelNodeId_, drawingCacheRootId_, in SetIsOntheTreeOnlyFlag() 250 return instanceRootNodeId_; in GetInstanceRootNodeId() 873 NodeId instanceRootNodeId_ = INVALID_NODEID; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 249 child->SetIsOnTheTree(true, instanceRootNodeId_, firstLevelNodeId_, drawingCacheRootId_, in AddChild() 357 NodeId parentNodeId = flag ? instanceRootNodeId : instanceRootNodeId_; in SetIsOnTheTree() 369 instanceRootNodeId_ = instanceRootNodeId; in SetIsOnTheTree() 374 instanceRootNodeId_ = instanceRootNodeId; in SetIsOnTheTree() 469 …child->SetIsOnTheTree(true, instanceRootNodeId_, firstLevelNodeId_, drawingCacheRootId_, uifirstRo… in AddCrossParentChild() 3642 return context->GetNodeMap().GetRenderNode(instanceRootNodeId_); in GetInstanceRootNode()
|