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()97 if (VK_NULL_HANDLE == mCommandPool) { in initialize()105 nullptr, &mCommandPool); in initialize()262 mFreeCommandBuffers(mBackendContext->fDevice, mCommandPool, 2, in destroyBuffers()326 SkASSERT(mCommandPool != VK_NULL_HANDLE); in createBuffers()338 commandBuffersInfo.commandPool = mCommandPool; in createBuffers()
178 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable