Searched refs:GLSL_USE_PROG (Results 1 – 2 of 2) sorted by relevance
91 flags |= GLSL_USE_PROG; in _mesa_get_shader_flags()1847 if (ctx->_Shader->Flags & GLSL_USE_PROG) { in _mesa_UseProgram()
2878 #define GLSL_USE_PROG 0x80 /**< Log glUseProgram calls */ macro