Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h317 std::array<Serial, impl::kSwapHistorySize> mSwapHistory; variable
DSurfaceVk.cpp1361 Serial *swapSerial = &mSwapHistory[mCurrentSwapHistoryIndex]; in present()
1498 mCurrentSwapHistoryIndex == mSwapHistory.size() ? 0 : mCurrentSwapHistoryIndex; in present()