Searched defs:VmaVectorInsert (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2747 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function 2967 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2747 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function 2967 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 3934 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function 4154 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function
|
/external/angle/third_party/VulkanMemoryAllocator/src/ |
D | vk_mem_alloc.h | 4627 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function 4852 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() function
|