Searched refs:mCurrentSwapHistoryIndex (Results 1 – 2 of 2) sorted by relevance
453 mCurrentSwapHistoryIndex(0), in WindowSurfaceVk()1086 SwapHistory &swap = mSwapHistory[mCurrentSwapHistoryIndex]; in present()1212 ++mCurrentSwapHistoryIndex; in present()1213 mCurrentSwapHistoryIndex = in present()1214 mCurrentSwapHistoryIndex == mSwapHistory.size() ? 0 : mCurrentSwapHistoryIndex; in present()1256 uint32_t currentSwapHistoryIndex = static_cast<uint32_t>(mCurrentSwapHistoryIndex); in swapImpl()
284 size_t mCurrentSwapHistoryIndex; variable