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