Searched refs:GetRenderNodeCount (Results 1 – 3 of 3) sorted by relevance
232 RSB_EXPORT static size_t GetRenderNodeCount(const RSContext& context);
901 …std::string out = "Tree: count=" + std::to_string(static_cast<int>(GetRenderNodeCount(*g_context))… in DumpTree()955 out += "TREE: count=" + std::to_string(static_cast<int32_t>(GetRenderNodeCount(*g_context))) + in DumpSurfaces()
406 size_t RSProfiler::GetRenderNodeCount(const RSContext& context) in GetRenderNodeCount() function in OHOS::Rosen::RSProfiler