Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java171 private Map<String, Optional<Integer>> mDeviceFeatures; field in DeqpTestRunner
1803 if (mDeviceFeatures == null) { in getDeviceFeatures()
1804 mDeviceFeatures = queryDeviceFeatures(device); in getDeviceFeatures()
1806 return mDeviceFeatures; in getDeviceFeatures()