Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java157 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures()
253 int level = determineHardwareLevel(device); in getBestDevice()
282 private int determineHardwareLevel(JSONObject device) throws JSONException { in determineHardwareLevel() method in VulkanFeaturesTest