Home
last modified time | relevance | path

Searched refs:RSNodeStatsType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_node_stats_test.cpp51 RSNodeStatsType nodeStats1 = CreateRSNodeStatsItem(100, 1000, "Node1");
52 RSNodeStatsType nodeStats2 = CreateRSNodeStatsItem(200, 2000, "");
53 RSNodeStatsType nodeStats3 = CreateRSNodeStatsItem(300, 3000, "Node3");
69 RSNodeStatsType nodeStats1 = CreateRSNodeStatsItem(400, 1000, "");
70 RSNodeStatsType nodeStats2 = CreateRSNodeStatsItem(500, 1000, "Node2");
71 RSNodeStatsType nodeStats3 = CreateRSNodeStatsItem(600, 3000, "");
88 RSNodeStatsType nodeStats1 = CreateRSNodeStatsItem(700, 1000, "Node1");
89 RSNodeStatsType nodeStats2 = CreateRSNodeStatsItem(800, 2000, "Node2");
124 RSNodeStatsType nodeStats3 = CreateRSNodeStatsItem(300, 3000, "");
146 RSNodeStatsType nodeStats2 = CreateRSNodeStatsItem(200, 1000, "");
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h33 using RSNodeStatsType = std::tuple<RSNodeCount, NodeId, RSNodeDescription>; variable
35 inline RSNodeStatsType CreateRSNodeStatsItem(RSNodeCount nodeCount, NodeId nodeId, RSNodeDescriptio… in CreateRSNodeStatsItem()
37 RSNodeStatsType nodeStats{nodeCount, nodeId, nodeDesc}; in CreateRSNodeStatsItem()
49 void AddNodeStats(const RSNodeStatsType& nodeStats,
76 std::vector<RSNodeStatsType> rsNodeStatsVec_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp48 void RSNodeStats::AddNodeStats(const RSNodeStatsType& nodeStats, RSNodeStatsUpdateMode updateMode) in AddNodeStats()
126 const RSNodeStatsType& nodeStats = rsNodeStatsVec_.at(index); in GetNodeStatsToReportByIndex()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp489 const RSNodeStatsType nodeStats = CreateRSNodeStatsItem( in OnDraw()