Lines Matching defs:flags
122 * Return mask of GLSL_x flags by examining the MESA_GLSL env var.
127 GLbitfield flags = 0x0;
132 flags |= GLSL_DUMP_ON_ERROR;
135 flags |= GLSL_DUMP;
137 flags |= GLSL_LOG;
140 flags |= GLSL_CACHE_FALLBACK;
142 flags |= GLSL_CACHE_INFO;
144 flags |= GLSL_NOP_VERT;
146 flags |= GLSL_NOP_FRAG;
148 flags |= GLSL_UNIFORMS;
150 flags |= GLSL_USE_PROG;
152 flags |= GLSL_REPORT_ERRORS;
155 return flags;