Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp138 …VkPresentModeKHR swapchainPresentMode = VK_PRESENT_MODE_FIFO_KHR; // FIFO must be supported by the… in GetPresentMode() local
143 swapchainPresentMode = VK_PRESENT_MODE_IMMEDIATE_KHR; in GetPresentMode()
146 swapchainPresentMode = VK_PRESENT_MODE_MAILBOX_KHR; in GetPresentMode()
166 if (static_cast<uint32_t>(swapchainPresentMode) < strArraySize) { in GetPresentMode()
167 PLUGIN_LOG_I(" %s", presentModeStrings[swapchainPresentMode].data()); in GetPresentMode()
170 PLUGIN_LOG_D("swapchainPresentMode: %x", swapchainPresentMode); in GetPresentMode()
173 return swapchainPresentMode; in GetPresentMode()
269 … const VkPresentModeKHR swapchainPresentMode = GetPresentMode(physicalDevice, surface_, flags_); in SwapchainVk() local
321 swapchainPresentMode, // presentMode in SwapchainVk()