Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp206 …SJankStats::GetInstance().SetAccumulatedBufferCount(RSBaseRenderUtil::GetAccumulatedBufferCount()); in JankStatsRenderFrameAfterSync()
H A Drs_base_render_util.h186 static int GetAccumulatedBufferCount();
H A Drs_base_render_util.cpp1863 int RSBaseRenderUtil::GetAccumulatedBufferCount() in GetAccumulatedBufferCount() function in OHOS::Rosen::RSBaseRenderUtil
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp1212 ASSERT_EQ(0, RSBaseRenderUtil::GetAccumulatedBufferCount());
1216 ASSERT_GT(RSBaseRenderUtil::GetAccumulatedBufferCount(), 0);
1220 ASSERT_EQ(0, RSBaseRenderUtil::GetAccumulatedBufferCount());