Home | History | Annotate | Download | only in main

Lines Matching refs:VertexProgram

68  *   ctx->VertexProgram._Enabled
80 ctx->VertexProgram._Enabled = ctx->VertexProgram.Enabled
81 && ctx->VertexProgram.Current->Base.Instructions;
109 const struct gl_vertex_program *prevVP = ctx->VertexProgram._Current;
115 * Set the ctx->VertexProgram._Current and ctx->FragmentProgram._Current
187 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._Current,
190 else if (ctx->VertexProgram._Enabled) {
192 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._Current,
193 ctx->VertexProgram.Current);
195 else if (ctx->VertexProgram._MaintainTnlProgram) {
197 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._Current,
199 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram,
200 ctx->VertexProgram._Current);
204 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._Current, NULL);
225 if (ctx->VertexProgram._Current != prevVP) {
229 (struct gl_program *) ctx->VertexProgram._Current);
263 if (ctx->VertexProgram._Current) {
265 ctx->VertexProgram._Current->Base.Parameters;
352 * Update the ctx->VertexProgram._TwoSideEnabled flag.
358 ctx->VertexProgram._Enabled) {
359 ctx->VertexProgram._TwoSideEnabled = ctx->VertexProgram.TwoSideEnabled;
361 ctx->VertexProgram._TwoSideEnabled = (ctx->Light.Enabled &&
475 if (ctx->VertexProgram._MaintainTnlProgram) {
630 if (ctx->VertexProgram._TnlProgram ||
648 if (ctx->VertexProgram._Overriden != flag) {
649 ctx->VertexProgram._Overriden = flag;