Home
last modified time | relevance | path

Searched refs:initEntryPool (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h596 angle::Result initEntryPool(ErrorContext *contextVk, uint32_t poolSize);
Dvk_helpers.cpp4905 angle::Result DynamicallyGrowingPool<Pool>::initEntryPool(ErrorContext *contextVk, in initEntryPool() function in rx::vk::DynamicallyGrowingPool
5013 ANGLE_TRY(initEntryPool(contextVk, poolSize)); in init()