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()
1637 if (swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1717 swapchain_result = WorstPresentResult( in QueuePresentKHR()
1718 swapchain_result, VK_ERROR_OUT_OF_DATE_KHR); in QueuePresentKHR()
1731 if (swapchain.shared && swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1737 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1741 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1749 if (swapchain_result != VK_SUCCESS) { in QueuePresentKHR()
1758 swapchain_result = WorstPresentResult( in QueuePresentKHR()
[all …]