Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp2272 VkBool32 supportsPresent = VK_FALSE; in selectPresentQueueForSurface() local
2275 surface, &supportsPresent)); in selectPresentQueueForSurface()
2277 if (supportsPresent == VK_TRUE) in selectPresentQueueForSurface()
2293 VkBool32 supportsPresent = VK_FALSE; in selectPresentQueueForSurface() local
2295 mPhysicalDevice, queueIndex, surface, &supportsPresent)); in selectPresentQueueForSurface()
2297 if (supportsPresent == VK_TRUE) in selectPresentQueueForSurface()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1874 VkBool32 *supportsPresent = in demo_init_vk_swapchain() local
1878 &supportsPresent[i]); in demo_init_vk_swapchain()
1891 if (supportsPresent[i] == VK_TRUE) { in demo_init_vk_swapchain()
1902 if (supportsPresent[i] == VK_TRUE) { in demo_init_vk_swapchain()
1908 free(supportsPresent); in demo_init_vk_swapchain()

Completed in 8 milliseconds