Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java229 private Map<String, Boolean> mConfigQuerySupportCache = new HashMap<>(); field in DeqpTestRunner
2013 if (mConfigQuerySupportCache.containsKey(commandLine)) { in isSupportedGlesRenderConfig()
2014 return mConfigQuerySupportCache.get(commandLine); in isSupportedGlesRenderConfig()
2019 mConfigQuerySupportCache.put(commandLine, supported); in isSupportedGlesRenderConfig()