Home
last modified time | relevance | path

Searched refs:PoolResource (Results 1 – 4 of 4) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.ctor/
Dctor_does_not_allocate.pass.cpp22 template <class PoolResource>
31 PoolResource r1; in test()
34 PoolResource r2(std::pmr::pool_options{1024, 2048}); in test()
37 PoolResource r3(std::pmr::pool_options{1024, 2048}, std::pmr::new_delete_resource()); in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
Dequality.pass.cpp38 template <class PoolResource>
42 PoolResource pr1; in test()
43 PoolResource pr2; in test()
58 PoolResource pr1; in test()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h404 struct PoolResource : public Resource struct
406 PoolResource(Pool &&poolIn, uint32_t freedCountIn);
407 PoolResource(PoolResource &&other);
418 std::vector<PoolResource> mPools; argument
Dvk_helpers.cpp3956 for (PoolResource &resource : mPools) in destroyEntryPool()
3969 PoolResource &pool = mPools[poolIndex]; in findFreeEntryPool()
4033 DynamicallyGrowingPool<Pool>::PoolResource::PoolResource(Pool &&poolIn, uint32_t freedCountIn) in PoolResource() function in rx::vk::DynamicallyGrowingPool::PoolResource
4038 DynamicallyGrowingPool<Pool>::PoolResource::PoolResource(PoolResource &&other) in PoolResource() function in rx::vk::DynamicallyGrowingPool::PoolResource