Home
last modified time | relevance | path

Searched refs:GetRenderNodeCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h232 RSB_EXPORT static size_t GetRenderNodeCount(const RSContext& context);
H A Drs_profiler.cpp901 …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()
H A Drs_profiler_base.cpp406 size_t RSProfiler::GetRenderNodeCount(const RSContext& context) in GetRenderNodeCount() function in OHOS::Rosen::RSProfiler