Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp1177 bool presentOutOfDate) in checkForOutOfDateSwapchain() argument
1180 presentOutOfDate = presentOutOfDate || swapIntervalChanged; in checkForOutOfDateSwapchain()
1184 !presentOutOfDate) in checkForOutOfDateSwapchain()
1193 !presentOutOfDate) in checkForOutOfDateSwapchain()
1199 presentOutOfDate = mSurfaceCaps.currentTransform != mPreTransform || in checkForOutOfDateSwapchain()
1205 if (!presentOutOfDate) in checkForOutOfDateSwapchain()
1324 bool *presentOutOfDate) in computePresentOutOfDate() argument
1333 *presentOutOfDate = ((result == VK_ERROR_OUT_OF_DATE_KHR) || (result == VK_SUBOPTIMAL_KHR)); in computePresentOutOfDate()
1334 if (!*presentOutOfDate) in computePresentOutOfDate()
1342 *presentOutOfDate = result == VK_ERROR_OUT_OF_DATE_KHR; in computePresentOutOfDate()
[all …]
DSurfaceVk.h273 angle::Result checkForOutOfDateSwapchain(ContextVk *contextVk, bool presentOutOfDate);
286 angle::Result doDeferredAcquireNextImage(const gl::Context *context, bool presentOutOfDate);
289 bool *presentOutOfDate);
294 bool *presentOutOfDate);