Searched refs:mCommandPool (Results 1 – 2 of 2) sorted by relevance
45 if (VK_NULL_HANDLE != mCommandPool) { in destroy()46 mDestroyCommandPool(mBackendContext->fDevice, mCommandPool, nullptr); in destroy()47 mCommandPool = VK_NULL_HANDLE; in destroy()93 if (VK_NULL_HANDLE == mCommandPool) { in initialize()101 &commandPoolInfo, nullptr, &mCommandPool); in initialize()253 mFreeCommandBuffers(mBackendContext->fDevice, mCommandPool, 2, in destroyBuffers()327 SkASSERT(mCommandPool != VK_NULL_HANDLE); in createBuffers()339 commandBuffersInfo.commandPool = mCommandPool; in createBuffers()
172 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable