Searched defs:supportsPresent (Results 1 – 3 of 3) sorted by relevance
546 void setSupportsPresent(bool supportsPresent) { in setSupportsPresent()1146 int supportsPresent = -1; in TEST_F() local1157 int supportsPresent = -1; in TEST_F() local
1323 std::unique_ptr<vk::Bool32[]> supportsPresent(new vk::Bool32[queue_family_count]); in init_vk_swapchain() local
3528 VkBool32 *supportsPresent = (VkBool32 *)malloc(demo->queue_family_count * sizeof(VkBool32)); in demo_init_vk_swapchain() local