Searched refs:GLSL_USE_PROG (Results 1 – 2 of 2) sorted by relevance
94 flags |= GLSL_USE_PROG; in _mesa_get_shader_flags()2035 if (ctx->_Shader->Flags & GLSL_USE_PROG) { in use_program()
3051 #define GLSL_USE_PROG 0x20 /**< Log glUseProgram calls */ macro