Searched refs:mConfigQuerySupportCache (Results 1 – 1 of 1) sorted by relevance
233 private Map<String, Boolean> mConfigQuerySupportCache = new HashMap<>(); field in DeqpTestRunner2017 if (mConfigQuerySupportCache.containsKey(commandLine)) { in isSupportedGlesRenderConfig()2018 return mConfigQuerySupportCache.get(commandLine); in isSupportedGlesRenderConfig()2023 mConfigQuerySupportCache.put(commandLine, supported); in isSupportedGlesRenderConfig()