Searched refs:mCurrentSwapHistoryIndex (Results 1 – 2 of 2) sorted by relevance
497 mCurrentSwapHistoryIndex(0), in WindowSurfaceVk()1361 Serial *swapSerial = &mSwapHistory[mCurrentSwapHistoryIndex]; in present()1496 ++mCurrentSwapHistoryIndex; in present()1497 mCurrentSwapHistoryIndex = in present()1498 mCurrentSwapHistoryIndex == mSwapHistory.size() ? 0 : mCurrentSwapHistoryIndex; in present()
318 size_t mCurrentSwapHistoryIndex; variable