Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1621 VkResult swapchain_result = VK_SUCCESS; in QueuePresentKHR() local
1631 swapchain_result = result; in QueuePresentKHR()
1640 if (swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1720 swapchain_result = WorstPresentResult( in QueuePresentKHR()
1721 swapchain_result, VK_ERROR_SURFACE_LOST_KHR); in QueuePresentKHR()
1734 if (swapchain.shared && swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1740 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1744 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1752 if (swapchain_result != VK_SUCCESS) { in QueuePresentKHR()
1761 swapchain_result = WorstPresentResult( in QueuePresentKHR()
[all …]