Searched refs:configCommandLine (Results 1 – 1 of 1) sorted by relevance
1667 final StringBuilder configCommandLine = in isSupportedGlesRenderConfig() local1669 if (configCommandLine.length() != 0) { in isSupportedGlesRenderConfig()1670 configCommandLine.append(" "); in isSupportedGlesRenderConfig()1672 configCommandLine.append("--deqp-gl-major-version="); in isSupportedGlesRenderConfig()1673 configCommandLine.append(getGlesMajorVersion()); in isSupportedGlesRenderConfig()1674 configCommandLine.append(" --deqp-gl-minor-version="); in isSupportedGlesRenderConfig()1675 configCommandLine.append(getGlesMinorVersion()); in isSupportedGlesRenderConfig()1677 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig()