Lines Matching refs:supported
214 /* Populate the list of supported GLSL versions */
216 * the OpenGL 3.2 Core context is supported, this logic will need
217 * change. Older versions of GLSL are no longer supported
260 * versions are supported.
262 char *supported = ralloc_strdup(this, "");
270 ralloc_asprintf_append(& supported, "%s%u.%02u%s",
276 this->supported_version_string = supported;
398 "the compatibility profile is not supported");
434 bool supported = false;
439 supported = true;
444 if (!supported) {
445 _mesa_glsl_error(locp, this, "%s is not supported. "
446 "Supported versions are: %s",
610 * and the conditions under which they are supported.