Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp160 for (auto const presentMode : presentModes) { in GetPresentMode() local
161 if (static_cast<uint32_t>(presentMode) < strArraySize) { in GetPresentMode()
162 PLUGIN_LOG_I(" %s", presentModeStrings[presentMode].data()); in GetPresentMode()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp269 Swapchain(Surface &surface, uint32_t numImages, VkPresentModeKHR presentMode, in Swapchain()
271 … : surface(surface), numImages(numImages), mailboxMode(presentMode == VK_PRESENT_MODE_MAILBOX_KHR), in Swapchain()
273 shared(presentMode == VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR || in Swapchain()
274 presentMode == VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR) {} in Swapchain()
732 if (createInfo->presentMode == VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR || in SetWindowQueueSize()
733 createInfo->presentMode == VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR) { in SetWindowQueueSize()
927 …Swapchain* swapchain = new (mem) Swapchain(surface, numImages, createInfo->presentMode, transformT… in CreateSwapchainKHR()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp399 swapchainCI.presentMode = VK_PRESENT_MODE_MAILBOX_KHR;
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp178 swapchainCI.presentMode = VK_PRESENT_MODE_IMMEDIATE_KHR; in GetSwapchainCreateInfo()