Home
last modified time | relevance | path

Searched refs:CreateRSNodeStatsItem (Results 1 – 3 of 3) 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.h35 inline RSNodeStatsType CreateRSNodeStatsItem(RSNodeCount nodeCount, NodeId nodeId, RSNodeDescriptio… in CreateRSNodeStatsItem() function
/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()