Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp517 thirdFrameAheadPresentFence_ = historicalPresentfences_[presentFenceIndex_]; in UpdateInfosAfterCommit()
518 historicalPresentfences_[presentFenceIndex_] = fbFence; in UpdateInfosAfterCommit()
519 presentFenceIndex_ = (presentFenceIndex_ + 1) % NUMBER_OF_HISTORICAL_FRAMES; in UpdateInfosAfterCommit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h101 int32_t presentFenceIndex_ = 0; variable