Home
last modified time | relevance | path

Searched defs:present_modes (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp196 …VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, V… in SetupVulkanWindowData() local
198 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindowData() local
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp230 …VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, V… in SetupVulkanWindow() local
232 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp222 …VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, V… in SetupVulkanWindow() local
224 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindow() local
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp206 …VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, V… in SetupVulkanWindowData() local
208 VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; in SetupVulkanWindowData() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.h72 uint32_t present_modes; //VkPresentModeKHR bitmask member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c261 static const VkPresentModeKHR present_modes[] = { variable
Dwsi_common.c337 VkPresentModeKHR *present_modes; in wsi_swapchain_is_present_mode_supported() local
Dwsi_common_wayland.c693 static const VkPresentModeKHR present_modes[] = { variable
Dwsi_common_x11.c416 static const VkPresentModeKHR present_modes[] = { variable
Dwsi_common_display.c1034 VkPresentModeKHR *present_modes) in wsi_display_surface_get_present_modes()