Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp453 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()
DSurfaceVk.h284 size_t mCurrentSwapHistoryIndex; variable