Searched refs:pAllocator (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 955 VkDevice device, VkSwapchainKHR vkSwapchain, const VkAllocationCallbacks* pAllocator) in DestroySwapchainKHR() 958 DestroySwapchainInternal(device, vkSwapchain, pAllocator); in DestroySwapchainKHR() 1312 VkInstance instance, VkSurfaceKHR vkSurface, const VkAllocationCallbacks* pAllocator) in DestroySurfaceKHR() 1319 if (pAllocator == nullptr) { in DestroySurfaceKHR() 1320 pAllocator = &GetDefaultAllocator(); in DestroySurfaceKHR() 1324 pAllocator->pfnFree(pAllocator->pUserData, surface); in DestroySurfaceKHR() 1548 const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) in CreateInstance() 1566 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 1589 VkInstance instance, const VkAllocationCallbacks* pAllocator) in DestroyInstance() 954 DestroySwapchainKHR( VkDevice device, VkSwapchainKHR vkSwapchain, const VkAllocationCallbacks* pAllocator) DestroySwapchainKHR() argument 1311 DestroySurfaceKHR( VkInstance instance, VkSurfaceKHR vkSurface, const VkAllocationCallbacks* pAllocator) DestroySurfaceKHR() argument 1547 CreateInstance( const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) CreateInstance() argument 1588 DestroyInstance( VkInstance instance, const VkAllocationCallbacks* pAllocator) DestroyInstance() argument 1636 CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) CreateDevice() argument 1699 DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) DestroyDevice() argument 1708 CreateDebugUtilsMessengerEXT( VkInstance instance, const VkDebugUtilsMessengerCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugUtilsMessengerEXT* pMessenger) CreateDebugUtilsMessengerEXT() argument 1723 DestroyDebugUtilsMessengerEXT( VkInstance instance, VkDebugUtilsMessengerEXT messenger, const VkAllocationCallbacks* pAllocator) DestroyDebugUtilsMessengerEXT() argument [all...] |
Completed in 4 milliseconds