Searched refs:mOneOffCommandPool (Results 1 – 2 of 2) sorted by relevance
1024 mOneOffCommandPool.destroy(mDevice); in onDestroy()3342 if (!mOneOffCommandPool.valid()) in getCommandBufferOneOff()3348 ANGLE_VK_TRY(context, mOneOffCommandPool.init(mDevice, createInfo)); in getCommandBufferOneOff()3364 allocInfo.commandPool = mOneOffCommandPool.getHandle(); in getCommandBufferOneOff()
619 vk::CommandPool mOneOffCommandPool; variable