Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java159 int bestDeviceVersion = determineHardwareVersion(mBestDevice); in testVulkanHardwareFeatures() local
169 " to best physical device version 0x" + Integer.toHexString(bestDeviceVersion), in testVulkanHardwareFeatures()
170 isVersionCompatible(bestDeviceVersion, mVulkanHardwareVersion.version)); in testVulkanHardwareFeatures()
251 int bestDeviceVersion = -1; in getBestDevice() local
262 version >= bestDeviceVersion) { in getBestDevice()
266 bestDeviceVersion = version; in getBestDevice()