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()
352 if (VK_NULL_HANDLE == mCommandPool) { in initialize()
360 mCreateCommandPool(mDevice, &commandPoolInfo, nullptr, &mCommandPool); in initialize()
363 LOG_ALWAYS_FATAL_IF(mCommandPool == VK_NULL_HANDLE); in initialize()
DVulkanManager.h157 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable