Searched defs:pAllocationCallbacks (Results 1 – 4 of 4) sorted by relevance
| /external/skqp/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 1190 const VkAllocationCallbacks* pAllocationCallbacks; member 2648 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc() 2665 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() 2679 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate() 2685 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray() 2695 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() 2702 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array() 3068 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t ite… in VmaPoolAllocator() 3217 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList() 4694 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()
|
| /external/vulkan-validation-layers/layers/ |
| 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()
|
| /external/angle/third_party/vulkan_memory_allocator/src/ |
| D | vk_mem_alloc.h | 2283 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member 4650 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc() 4667 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() 4681 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate() 4687 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray() 4697 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() 4704 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array() 5250 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator() 5400 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList() 8160 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter() [all …]
|
| /external/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 2287 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 …]
|