Searched defs:pAllocationCallbacks (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 1016 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member 1522 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member 3796 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc() 3816 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() 3830 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate() 3836 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray() 3846 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() 3853 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array() 4506 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator() 4654 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) in VmaRawList() [all …]
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 1015 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member 1508 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member 3710 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc() 3730 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() 3744 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate() 3750 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray() 3760 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() 3767 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array() 4420 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator() 4568 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) in VmaRawList() [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 1803 const VkAllocationCallbacks* pAllocationCallbacks; member 3835 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc() 3852 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() 3866 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate() 3872 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray() 3882 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() 3889 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array() 4251 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t ite… in VmaPoolAllocator() 4397 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList() 6929 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()
|