Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueue.cpp338 VkResult commandResult = VK_SUCCESS; in present() local
354 if(commandResult == VK_SUCCESS || commandResult == VK_SUBOPTIMAL_KHR) in present()
356 commandResult = perSwapchainResult; in present()
361 return commandResult; in present()

Completed in 2 milliseconds