Searched refs:CreatePool (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/freetype/builds/amiga/src/base/ |
| D | ftsystem.c | 488 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/ |
| D | vk_mem_alloc_wrapper.h | 30 VkResult CreatePool(VmaAllocator allocator, in VK_DEFINE_HANDLE()
|
| D | vk_mem_alloc_wrapper.cpp | 75 VkResult CreatePool(VmaAllocator allocator, in CreatePool() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 46 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/ |
| D | D3D12MemAlloc.h | 1301 HRESULT CreatePool(
|
| D | Tests.cpp | 581 CHECK_HR( ctx.allocator->CreatePool(&poolDesc, &poolPtr) ); in TestCustomPools()
|
| D | D3D12MemAlloc.cpp | 5498 HRESULT Allocator::CreatePool( in CreatePool() function in D3D12MA::Allocator
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 7808 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()
|