Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h250 angle::Result checkForOutOfDateSwapchain(ContextVk *contextVk,
DSurfaceVk.cpp929 angle::Result WindowSurfaceVk::checkForOutOfDateSwapchain(ContextVk *contextVk, in checkForOutOfDateSwapchain() function in rx::WindowSurfaceVk
1260 ANGLE_TRY(checkForOutOfDateSwapchain(contextVk, currentSwapHistoryIndex, presentOutOfDate)); in swapImpl()
1273 ANGLE_TRY(checkForOutOfDateSwapchain(contextVk, currentSwapHistoryIndex, true)); in swapImpl()