Searched refs:mSwapchainStatus (Results 1 – 2 of 2) sorted by relevance
614 if (mSwapchainStatus.find(swapchain) == mSwapchainStatus.end()) in getLastAndClearPresentResult()618 return mSwapchainStatus.find(swapchain) != mSwapchainStatus.end(); in getLastAndClearPresentResult()621 VkResult result = mSwapchainStatus[swapchain]; in getLastAndClearPresentResult()622 mSwapchainStatus.erase(swapchain); in getLastAndClearPresentResult()636 mSwapchainStatus[presentInfo.pSwapchains[0]] = result; in present()
558 std::map<VkSwapchainKHR, VkResult> mSwapchainStatus; variable