Searched defs:pAllocator (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/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() 1313 VkInstance instance, VkSurfaceKHR vkSurface, const VkAllocationCallbacks* pAllocator) in DestroySurfaceKHR() 1550 …const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIns… in CreateInstance() 1591 VkInstance instance, const VkAllocationCallbacks* pAllocator) in DestroyInstance() 1639 … const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) in CreateDevice() 1701 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in DestroyDevice() 1713 const VkAllocationCallbacks* pAllocator, VkDebugUtilsMessengerEXT* pMessenger) in CreateDebugUtilsMessengerEXT() 1726 … VkInstance instance, VkDebugUtilsMessengerEXT messenger, const VkAllocationCallbacks* pAllocator) in DestroyDebugUtilsMessengerEXT()
|