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.java343 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures() local
349 " hardware level " + bestDeviceLevel, in testVulkanHardwareFeatures()
350 bestDeviceLevel, mVulkanHardwareLevel.version); in testVulkanHardwareFeatures()
537 int bestDeviceLevel = -1; in getBestDevice() local
549 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()
552 bestDeviceLevel = level; in getBestDevice()