Home
last modified time | relevance | path

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

/external/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()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h67 CreatePool, enumerator
DVmaReplay.cpp1803 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::CreatePool])) in ExecuteLine()
2739 m_Stats.RegisterFunctionCall(VMA_FUNCTION::CreatePool); in ExecuteCreatePool()
/external/rust/crates/grpcio-sys/grpc/third_party/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()
/external/abseil-cpp/absl/synchronization/
Dmutex_test.cc45 std::unique_ptr<absl::synchronization_internal::ThreadPool> CreatePool( in CreatePool() function
52 return CreatePool(kExtendedTest ? 32 : 10); in CreateDefaultPool()
586 auto waiter1 = CreatePool(1); in TEST_P()
587 auto waiter2 = CreatePool(1); in TEST_P()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc45 std::unique_ptr<absl::synchronization_internal::ThreadPool> CreatePool( in CreatePool() function
52 return CreatePool(kExtendedTest ? 32 : 10); in CreateDefaultPool()
586 auto waiter1 = CreatePool(1); in TEST_P()
587 auto waiter2 = CreatePool(1); in TEST_P()
/external/libtextclassifier/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()
/external/openscreen/third_party/abseil/src/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()
/external/angle/third_party/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()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4473 VkResult CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool);
8190 VkResult VmaAllocator_T::CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool) in CreatePool() function
8916 return allocator->CreatePool(pCreateInfo, pPool); in vmaCreatePool()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6678 VkResult CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool);
15004 VkResult VmaAllocator_T::CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool) in CreatePool() function
15859 VkResult res = allocator->CreatePool(pCreateInfo, pPool); in vmaCreatePool()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7827 VkResult CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool);
16795 VkResult VmaAllocator_T::CreatePool(const VmaPoolCreateInfo* pCreateInfo, VmaPool* pPool) in CreatePool() function
17952 VkResult res = allocator->CreatePool(pCreateInfo, pPool); in vmaCreatePool()
/external/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()