Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java157 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures() local
163 " hardware level " + bestDeviceLevel, in testVulkanHardwareFeatures()
164 bestDeviceLevel, mVulkanHardwareLevel.version); in testVulkanHardwareFeatures()
249 int bestDeviceLevel = -1; in getBestDevice() local
261 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()
264 bestDeviceLevel = level; in getBestDevice()