Searched refs:glConfig (Results 1 - 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DDeqpTestRunner.java181 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType) { argument
182 mGlConfig = glConfig;
1083 final String glConfig;
1088 glConfig = instanceArguments.get("glconfig");
1090 glConfig = DEFAULT_CONFIG.getGlConfig();
1103 return new BatchRunConfiguration(glConfig, rotation, surfaceType);

Completed in 110 milliseconds