Home
last modified time | relevance | path

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

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