Home
last modified time | relevance | path

Searched refs:CreateSwapchainKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dswapchain.h32 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* create_info…
Ddriver_gen.cpp34 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in checkedCreateSwapchainKHR()
133 reinterpret_cast<PFN_vkVoidFunction>(CreateSwapchainKHR),
Dapi_gen.h175 PFN_vkCreateSwapchainKHR CreateSwapchainKHR; member
Dapi_gen.cpp273 INIT_PROC_EXT(KHR_swapchain, dev, CreateSwapchainKHR); in InitDispatchTable()
422 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo…
573 { "vkCreateSwapchainKHR", reinterpret_cast<PFN_vkVoidFunction>(CreateSwapchainKHR) }, in GetInstanceProcAddr()
1178 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo… in CreateSwapchainKHR() function
1179 return GetData(device).dispatch.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
1924 return vulkan::api::CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in vkCreateSwapchainKHR()
Dswapchain.cpp391 VkResult CreateSwapchainKHR(VkDevice device, in CreateSwapchainKHR() function