Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp206 …RSJankStats::GetInstance().SetAccumulatedBufferCount(RSBaseRenderUtil::GetAccumulatedBufferCount()… in JankStatsRenderFrameAfterSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h133 void SetAccumulatedBufferCount(int accumulatedBufferCount);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp59 void RSJankStats::SetAccumulatedBufferCount(int accumulatedBufferCount) in SetAccumulatedBufferCount() function in OHOS::Rosen::RSJankStats