Home
last modified time | relevance | path

Searched refs:RSNodeCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h31 using RSNodeCount = uint32_t; variable
33 using RSNodeStatsType = std::tuple<RSNodeCount, NodeId, RSNodeDescription>;
35 inline RSNodeStatsType CreateRSNodeStatsItem(RSNodeCount nodeCount, NodeId nodeId, RSNodeDescriptio… in CreateRSNodeStatsItem()
60 std::pair<RSNodeDescription, RSNodeCount> GetNodeStatsToReportByIndex(size_t index) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp37 constexpr RSNodeCount NONE_NODE_COUNT = 0;
57 rsNodeCountTotal_ += std::get<RSNodeCount>(nodeStats); in AddNodeStats()
123 std::pair<RSNodeDescription, RSNodeCount> RSNodeStats::GetNodeStatsToReportByIndex(size_t index) co… in GetNodeStatsToReportByIndex()
129 RSNodeCount nodeCount = std::get<RSNodeCount>(nodeStats); in GetNodeStatsToReportByIndex()