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

/external/vulkan-validation-layers/demos/smoke/
H A DShellXcb.h35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
H A DShellWin32.h33 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
H A DShellAndroid.h37 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } function in class:ShellAndroid
H A DShell.h122 virtual bool can_present(VkPhysicalDevice phy, uint32_t queue_family) = 0;
H A DShellWayland.h34 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
H A DShellWin32.cpp114 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) { function in class:ShellWin32
H A DShellXcb.cpp161 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) { function in class:ShellXcb
H A DShellWayland.cpp272 bool ShellWayland::can_present(VkPhysicalDevice phy, uint32_t queue_family) { function in class:ShellWayland
H A DShell.cpp192 if (present_queue_family < 0 && can_present(phy, i)) present_queue_family = i;
316 // this should be guaranteed by the platform-specific can_present call

Completed in 189 milliseconds