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.java1707 final StringBuilder configCommandLine = in isSupportedGlesRenderConfig() local
1709 if (configCommandLine.length() != 0) { in isSupportedGlesRenderConfig()
1710 configCommandLine.append(" "); in isSupportedGlesRenderConfig()
1712 configCommandLine.append("--deqp-gl-major-version="); in isSupportedGlesRenderConfig()
1713 configCommandLine.append(getGlesMajorVersion()); in isSupportedGlesRenderConfig()
1714 configCommandLine.append(" --deqp-gl-minor-version="); in isSupportedGlesRenderConfig()
1715 configCommandLine.append(getGlesMinorVersion()); in isSupportedGlesRenderConfig()
1717 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig()