Searched refs:configCommandLine (Results 1 – 1 of 1) sorted by relevance
1707 final StringBuilder configCommandLine = in isSupportedGlesRenderConfig() local1709 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()