HomeSort by relevance Sort by last modified time
    Searched full:can_present (Results 1 - 7 of 7) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 41 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
ShellAndroid.h 41 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } function in class:ShellAndroid
ShellWin32.h 40 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
Shell.h 141 virtual bool can_present(VkPhysicalDevice phy, uint32_t queue_family) = 0;
ShellWin32.cpp 141 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) function in class:ShellWin32
ShellXcb.cpp 191 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) function in class:ShellXcb
Shell.cpp 250 if (present_queue_family < 0 && can_present(phy, i))
386 // this should be guaranteed by the platform-specific can_present call

Completed in 114 milliseconds