Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp61 if (VK_NULL_HANDLE != mCommandPool) { in destroy()
62 mDestroyCommandPool(mDevice, mCommandPool, nullptr); in destroy()
63 mCommandPool = VK_NULL_HANDLE; in destroy()
360 if (VK_NULL_HANDLE == mCommandPool) { in initialize()
368 mCreateCommandPool(mDevice, &commandPoolInfo, nullptr, &mCommandPool); in initialize()
371 LOG_ALWAYS_FATAL_IF(mCommandPool == VK_NULL_HANDLE); in initialize()
DVulkanManager.h165 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable