Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp614 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()
DCommandProcessor.h558 std::map<VkSwapchainKHR, VkResult> mSwapchainStatus; variable