Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp868 VkResult swapchain_result = VK_SUCCESS; in QueuePresentKHR() local
878 swapchain_result = result; in QueuePresentKHR()
884 if (swapchain_result == VK_SUCCESS) { in QueuePresentKHR()
891 swapchain_result = WorstPresentResult( in QueuePresentKHR()
892 swapchain_result, VK_ERROR_OUT_OF_DATE_KHR); in QueuePresentKHR()
900 if (swapchain_result != VK_SUCCESS) { in QueuePresentKHR()
906 swapchain_result = VK_ERROR_OUT_OF_DATE_KHR; in QueuePresentKHR()
910 present_info->pResults[sc] = swapchain_result; in QueuePresentKHR()
912 if (swapchain_result != final_result) in QueuePresentKHR()
913 final_result = WorstPresentResult(final_result, swapchain_result); in QueuePresentKHR()