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