Home
last modified time | relevance | path

Searched defs:pAllocationCallbacks (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h531 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
2214 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
3231 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()
3251 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()
3265 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()
3271 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()
3281 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()
3288 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()
3873 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()
4023 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h1803 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()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2287 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
4631 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()
4648 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()
4662 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()
4668 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()
4678 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()
4685 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()
5231 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()
5381 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList()
8141 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()
[all …]