Searched refs:presentOutOfDate (Results 1 – 2 of 2) sorted by relevance
931 bool presentOutOfDate) in checkForOutOfDateSwapchain() argument936 if (swapIntervalChanged || presentOutOfDate || in checkForOutOfDateSwapchain()971 if (swapIntervalChanged || presentOutOfDate || currentExtents != swapchainExtents) in checkForOutOfDateSwapchain()1081 bool *presentOutOfDate) in present() argument1225 *presentOutOfDate = ((result == VK_ERROR_OUT_OF_DATE_KHR) || (result == VK_SUBOPTIMAL_KHR)); in present()1226 if (!*presentOutOfDate) in present()1234 *presentOutOfDate = result == VK_ERROR_OUT_OF_DATE_KHR; in present()1235 if (!*presentOutOfDate && result != VK_SUBOPTIMAL_KHR) in present()1254 bool presentOutOfDate = false; in swapImpl() local1258 ANGLE_TRY(present(contextVk, rects, n_rects, pNextChain, &presentOutOfDate)); in swapImpl()[all …]
252 bool presentOutOfDate);261 bool *presentOutOfDate);