Searched refs:mCommandPool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp45 if (VK_NULL_HANDLE != mCommandPool) {
46 mDestroyCommandPool(mBackendContext->fDevice, mCommandPool, nullptr);
47 mCommandPool = VK_NULL_HANDLE;
93 if (VK_NULL_HANDLE == mCommandPool) {
101 &commandPoolInfo, nullptr, &mCommandPool);
253 mFreeCommandBuffers(mBackendContext->fDevice, mCommandPool, 2,
327 SkASSERT(mCommandPool != VK_NULL_HANDLE);
339 commandBuffersInfo.commandPool = mCommandPool;
H A DVulkanManager.h172 VkCommandPool mCommandPool = VK_NULL_HANDLE; member in class:android::uirenderer::renderthread::VulkanManager

Completed in 1933 milliseconds