Lines Matching refs:Const
198 if (_mesa_override_gl_version_contextless(&ctx->Const, &ctx->API,
602 ctx->Version = _mesa_get_version(&ctx->Extensions, &ctx->Const, ctx->API);
613 ctx->Const.GLSLVersion = 120;
616 ctx->Const.GLSLVersion = 130;
619 ctx->Const.GLSLVersion = 140;
622 ctx->Const.GLSLVersion = 150;
626 ctx->Const.GLSLVersion = ctx->Version * 10;
736 if (ctx->Const.GLSLVersion >= 460)
738 if (ctx->Const.GLSLVersion >= 450)
740 if (ctx->Const.GLSLVersion >= 440)
742 if (ctx->Const.GLSLVersion >= 430)
744 if (ctx->Const.GLSLVersion >= 420)
746 if (ctx->Const.GLSLVersion >= 410)
748 if (ctx->Const.GLSLVersion >= 400)
750 if (ctx->Const.GLSLVersion >= 330)
752 if (ctx->Const.GLSLVersion >= 150)
754 if (ctx->Const.GLSLVersion >= 140)
756 if (ctx->Const.GLSLVersion >= 130)
758 if (ctx->Const.GLSLVersion >= 120)
761 if (ctx->Const.GLSLVersion >= 110)