Home
last modified time | relevance | path

Searched refs:CreateMinBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2331 HRESULT CreateMinBlocks();
3373 HRESULT BlockVector::CreateMinBlocks() in CreateMinBlocks() function in D3D12MA::BlockVector
3959 return m_BlockVector->CreateMinBlocks(); in Init()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6849 VkResult CreateMinBlocks();
12444 VkResult VmaBlockVector::CreateMinBlocks() in CreateMinBlocks() function
16791 VkResult res = (*pPool)->m_BlockVector.CreateMinBlocks(); in CreatePool()