Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1100 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member
1377 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1015 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
1509 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
3716 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()
3736 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()
3750 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()
3756 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()
3766 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()
3773 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()
4426 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()
4574 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) in VmaRawList()
[all …]
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2287 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
4676 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()
4693 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()
4707 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()
4713 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()
4723 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()
4730 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()
5276 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()
5426 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList()
8246 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()
[all …]