Searched refs:mOneOffCommandPool (Results 1 – 2 of 2) sorted by relevance
698 vk::CommandPool mOneOffCommandPool; variable
1228 mOneOffCommandPool.destroy(mDevice); in onDestroy()3896 if (!mOneOffCommandPool.valid()) in getCommandBufferOneOff()3902 ANGLE_VK_TRY(context, mOneOffCommandPool.init(mDevice, createInfo)); in getCommandBufferOneOff()3918 allocInfo.commandPool = mOneOffCommandPool.getHandle(); in getCommandBufferOneOff()