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