Searched refs:FOLLOW_TO_PARENT (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_proxy_test.cpp | 198 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 220 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 290 RSTransactionProxy::GetInstance()->AddCommandFromRT(command, 1, FollowType::FOLLOW_TO_PARENT); 407 RSTransactionProxy::GetInstance()->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, 1); 429 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 452 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 578 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 597 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 656 RSTransactionProxy::GetInstance()->AddCommand(command, true, FollowType::FOLLOW_TO_PARENT, 1); 673 RSTransactionProxy::GetInstance()->AddCommandFromRT(command, 1, FollowType::FOLLOW_TO_PARENT); [all …]
|
H A D | rs_transaction_data_test.cpp | 331 rsTransactionData.AddCommand(command, 1, FollowType::FOLLOW_TO_PARENT); 346 rsTransactionData.AddCommand(command, 1, FollowType::FOLLOW_TO_PARENT);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_transaction_proxy.h | 44 …ique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType = FollowType::FOLLOW_TO_PARENT);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.cpp | 215 return FollowType::FOLLOW_TO_PARENT; in GetFollowType() 658 transactionProxy->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, GetId()); in ~RSSurfaceNode() 672 transactionProxy->AddCommand(command, false, FollowType::FOLLOW_TO_PARENT, GetId()); in ~RSSurfaceNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 63 FOLLOW_TO_PARENT, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 68 FollowType followType = FollowType::FOLLOW_TO_PARENT;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_main_thread_test.cpp | 587 FollowType followType = FollowType::FOLLOW_TO_PARENT; 626 followType = FollowType::FOLLOW_TO_PARENT; 2063 FollowType, std::unique_ptr<RSCommand>>(id, FollowType::FOLLOW_TO_PARENT, nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 3004 if (node && followType == FollowType::FOLLOW_TO_PARENT) { in ClassifyRSTransactionData()
|