Searched defs:pAllocator (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 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 5 milliseconds