Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h151 VkPtr<PFN_vkCreateDevice> mCreateDevice; variable
H A DVulkanManager.cpp362 LOG_ALWAYS_FATAL_IF(mCreateDevice(mPhysicalDevice, &deviceInfo, nullptr, &mDevice)); in setupDevice()