Searched defs:swapchain_result (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds