Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1633 final StringBuilder configCommandLine = in isSupportedGlesRenderConfig() local
1635 if (configCommandLine.length() != 0) { in isSupportedGlesRenderConfig()
1636 configCommandLine.append(" "); in isSupportedGlesRenderConfig()
1638 configCommandLine.append("--deqp-gl-major-version="); in isSupportedGlesRenderConfig()
1639 configCommandLine.append(getGlesMajorVersion()); in isSupportedGlesRenderConfig()
1640 configCommandLine.append(" --deqp-gl-minor-version="); in isSupportedGlesRenderConfig()
1641 configCommandLine.append(getGlesMinorVersion()); in isSupportedGlesRenderConfig()
1643 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig()