Searched defs:VkSwapchainCreateInfoKHR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp82 VKAPI_ATTR VkResult disabledCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, const VkAllocationCallbacks*, VkSwapchainKHR*) { argument
424 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain);
1195 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) {
1940 VKAPI_ATTR VkResult vkCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3431 typedef struct VkSwapchainCreateInfoKHR { struct
3450 } VkSwapchainCreateInfoKHR; typedef in typeref:struct:VkSwapchainCreateInfoKHR
3464 typedef VkResult (VKAPI_PTR *PFN_vkCreateSwapchainKHR)(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain);
3473 const VkSwapchainCreateInfoKHR* pCreateInfo,
3642 typedef VkResult (VKAPI_PTR *PFN_vkCreateSharedSwapchainsKHR)(VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
3648 const VkSwapchainCreateInfoKHR* pCreateInfos,

Completed in 299 milliseconds