Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java158 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures()
254 int compute = determineHardwareCompute(device); in getBestDevice()
315 private int determineHardwareCompute(JSONObject device) throws JSONException { in determineHardwareCompute() method in VulkanFeaturesTest