Home
last modified time | relevance | path

Searched refs:CreatePool (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftsystem.c488 memory->user = CreatePool( MEMF_SHARED, 16384, 16384 ); in FT_New_Memory()
490 memory->user = CreatePool( MEMF_PUBLIC, 16384, 16384 ); in FT_New_Memory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h30 VkResult CreatePool(VmaAllocator allocator, in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp75 VkResult CreatePool(VmaAllocator allocator, in CreatePool() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc46 std::unique_ptr<absl::synchronization_internal::ThreadPool> CreatePool( in CreatePool() function
53 return CreatePool(kExtendedTest ? 32 : 10); in CreateDefaultPool()
587 auto waiter1 = CreatePool(1); in TEST_P()
588 auto waiter2 = CreatePool(1); in TEST_P()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1301 HRESULT CreatePool(
DTests.cpp581 CHECK_HR( ctx.allocator->CreatePool(&poolDesc, &poolPtr) ); in TestCustomPools()
DD3D12MemAlloc.cpp5498 HRESULT Allocator::CreatePool( in CreatePool() function in D3D12MA::Allocator
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7808 VkResult CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool);
16766 VkResult VmaAllocator_T::CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool) in CreatePool() function
17923 VkResult res = allocator->CreatePool(pCreateInfo, pPool); in vmaCreatePool()