Searched refs:GLSL_LOG (Results 1 – 3 of 3) sorted by relevance
208 if (ctx->_Shader->Flags & GLSL_LOG) { in _mesa_valid_to_render()
83 flags |= GLSL_LOG; in _mesa_get_shader_flags()1213 if (ctx->_Shader->Flags & GLSL_LOG) { in _mesa_compile_shader()
3122 #define GLSL_LOG 0x2 /**< Write shaders to files */ macro