Searched refs:allocateNewEntryPool (Results 1 – 2 of 2) sorted by relevance
367 angle::Result allocateNewEntryPool(ContextVk *contextVk, Pool &&pool);
2635 angle::Result DynamicallyGrowingPool<Pool>::allocateNewEntryPool(ContextVk *contextVk, Pool &&pool) in allocateNewEntryPool() function in rx::vk::DynamicallyGrowingPool2739 return allocateNewEntryPool(contextVk, std::move(queryPool)); in allocateNewPool()3053 ANGLE_TRY(allocateNewEntryPool(contextVk, std::move(newPool))); in allocateNewPool()