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.java343 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures()
541 int level = determineHardwareLevel(device); in getBestDevice()
570 private int determineHardwareLevel(JSONObject device) throws JSONException { in determineHardwareLevel() method in VulkanFeaturesTest