Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4751 #define VmaVector std::vector macro
4776 VmaVector(const AllocatorT& allocator) : in VmaVector() function
4784 VmaVector(size_t count, const AllocatorT& allocator) : in VmaVector() function
4794 VmaVector(size_t count, const T& value, const AllocatorT& allocator) in VmaVector() function
4797 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector() function