Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp2325 static VkResult WorstPresentResult(VkResult a, VkResult b) { in WorstPresentResult() function
2483 swapchain_result = WorstPresentResult(swapchain_result, in PresentOneSwapchain()
2491 swapchain_result = WorstPresentResult( in PresentOneSwapchain()
2511 swapchain_result = WorstPresentResult(swapchain_result, in PresentOneSwapchain()
2515 swapchain_result = WorstPresentResult(swapchain_result, in PresentOneSwapchain()
2537 swapchain_result = WorstPresentResult( in PresentOneSwapchain()
2542 WorstPresentResult(swapchain_result, VK_SUBOPTIMAL_KHR); in PresentOneSwapchain()
2636 final_result = WorstPresentResult(final_result, swapchain_result); in QueuePresentKHR()