Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1517 VkResult swapchain_result = VK_SUCCESS; in QueuePresentKHR() local
1527 swapchain_result = result; in QueuePresentKHR()
1533 if (swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1615 swapchain_result = WorstPresentResult( in QueuePresentKHR()
1616 swapchain_result, VK_ERROR_OUT_OF_DATE_KHR); in QueuePresentKHR()
1628 if (swapchain.shared && swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
1634 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1639 swapchain_result = WorstPresentResult(swapchain_result, in QueuePresentKHR()
1648 if (swapchain_result != VK_SUCCESS) { in QueuePresentKHR()
1654 swapchain_result = VK_ERROR_OUT_OF_DATE_KHR; in QueuePresentKHR()
[all …]