Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp299 uint32_t physdevCount; in init() local
300 VK_CHECK(vkEnumeratePhysicalDevices(instance, &physdevCount, nullptr)); in init()
301 if (physdevCount == 0) { in init()
305 physdevCount = 1; in init()
308 vkEnumeratePhysicalDevices(instance, &physdevCount, &physicalDevice); in init()