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.java345 int bestDeviceVersion = determineHardwareVersion(mBestDevice); in testVulkanHardwareFeatures() local
355 " to best physical device version 0x" + Integer.toHexString(bestDeviceVersion), in testVulkanHardwareFeatures()
356 isVersionCompatible(bestDeviceVersion, mVulkanHardwareVersion.version)); in testVulkanHardwareFeatures()
539 int bestDeviceVersion = -1; in getBestDevice() local
550 version >= bestDeviceVersion) { in getBestDevice()
554 bestDeviceVersion = version; in getBestDevice()