Lines Matching refs:VkAllocationCallbacks
45 const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in vkAllocateMemory()
112 const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer) { in vkCreateBuffer()
117 const VkAllocationCallbacks* pAllocator, in vkCreateCommandPool()
124 const VkAllocationCallbacks* pAllocator, in vkCreateDebugUtilsMessengerEXT()
137 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) { in vkCreateDevice()
142 const VkAllocationCallbacks* pAllocator, VkImage* pImage) { in vkCreateImage()
148 const VkAllocationCallbacks* pAllocator, VkImageView* pView) { in vkCreateImageView()
153 const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) { in vkCreateInstance()
158 const VkAllocationCallbacks* pAllocator) { in vkDestroyBuffer()
164 const VkAllocationCallbacks* pAllocator) { in vkDestroyCommandPool()
171 const VkAllocationCallbacks* pAllocator) { in vkDestroyDebugUtilsMessengerEXT()
180 void vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in vkDestroyDevice()
184 void vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { in vkDestroyImage()
190 const VkAllocationCallbacks* pAllocator) { in vkDestroyImageView()
195 void vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator) { in vkDestroyInstance()
225 const VkAllocationCallbacks* pAllocator) { in vkFreeMemory()