Searched refs:VK_KHR_SWAPCHAIN_EXTENSION_NAME (Results 1 – 15 of 15) sorted by relevance
81 if (extensions.hasInstanceExtension(VK_KHR_SWAPCHAIN_EXTENSION_NAME)) { in Create()82 instanceExtensionNames.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in Create()182 if (extensions.hasDeviceExtension(VK_KHR_SWAPCHAIN_EXTENSION_NAME)) { in Create()183 deviceExtensionNames.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in Create()
68 VK_KHR_SWAPCHAIN_EXTENSION_NAME
73 if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) { in checkDeviceRegisterExtensions()1574 VK_KHR_SWAPCHAIN_EXTENSION_NAME); in validateCreateSwapchainKHR()1908 VK_KHR_SWAPCHAIN_EXTENSION_NAME); in DestroySwapchainKHR()1955 VK_KHR_SWAPCHAIN_EXTENSION_NAME); in GetSwapchainImagesKHR()2041 VK_KHR_SWAPCHAIN_EXTENSION_NAME); in AcquireNextImageKHR()2123 VK_KHR_SWAPCHAIN_EXTENSION_NAME); in QueuePresentKHR()
123 if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) { in createDeviceRegisterExtensions()
3103 if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) { in CheckDeviceRegisterExtensions()
1640 if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) { in CheckDeviceRegisterExtensions()
4326 if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) in checkDeviceRegisterExtensions()
90 device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in SetUp()
94 device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in InitFramework()
337 device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in SetUp()
33 device_extensions_.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in Shell()
994 if (!strcmp(VK_KHR_SWAPCHAIN_EXTENSION_NAME, in init_vk()998 VK_KHR_SWAPCHAIN_EXTENSION_NAME; in init_vk()1006 "the " VK_KHR_SWAPCHAIN_EXTENSION_NAME " extension.\n\n" in init_vk()
2848 if (!strcmp(VK_KHR_SWAPCHAIN_EXTENSION_NAME, in demo_init_vk()2852 VK_KHR_SWAPCHAIN_EXTENSION_NAME; in demo_init_vk()2862 "the " VK_KHR_SWAPCHAIN_EXTENSION_NAME in demo_init_vk()
3300 #define VK_KHR_SWAPCHAIN_EXTENSION_NAME "VK_KHR_swapchain" macro
3349 #define VK_KHR_SWAPCHAIN_EXTENSION_NAME "VK_KHR_swapchain" macro