Searched refs:VmaCreateStringCopy (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 3865 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy() function 3878 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr, size_t st… in VmaCreateStringCopy() function 12072 m_pName = VmaCreateStringCopy(hAllocator->GetAllocationCallbacks(), pName); in SetName() 13999 m_Name = VmaCreateStringCopy(allocs, pName); in SetName() 16339 …*ppStatsString = VmaCreateStringCopy(allocator->GetAllocationCallbacks(), sb.GetData(), sb.GetLeng… in vmaBuildStatsString() 17603 *ppStatsString = VmaCreateStringCopy(allocationCallbacks, sb.GetData(), sb.GetLength()); in vmaBuildVirtualBlockStatsString()
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 3779 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy() function 3792 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr, size_t st… in VmaCreateStringCopy() function 12033 m_pName = VmaCreateStringCopy(hAllocator->GetAllocationCallbacks(), pName); in SetName() 13958 m_Name = VmaCreateStringCopy(allocs, pName); in SetName() 16271 …*ppStatsString = VmaCreateStringCopy(allocator->GetAllocationCallbacks(), sb.GetData(), sb.GetLeng… in vmaBuildStatsString() 17514 *ppStatsString = VmaCreateStringCopy(allocationCallbacks, sb.GetData(), sb.GetLength()); in vmaBuildVirtualBlockStatsString()
|