Home
last modified time | relevance | path

Searched refs:scResult (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1181 VkResult scResult = VK_SUCCESS; in FlushBuffer() local
1184 scResult = VK_ERROR_SURFACE_LOST_KHR; in FlushBuffer()
1190 if (swapchain.shared && scResult == VK_SUCCESS) { in FlushBuffer()
1195 scResult = VK_ERROR_SURFACE_LOST_KHR; in FlushBuffer()
1197 scResult = VK_ERROR_SURFACE_LOST_KHR; in FlushBuffer()
1205 return scResult; in FlushBuffer()

Completed in 4 milliseconds