Lines Matching refs:VertexProgram
112 curProg = ctx->VertexProgram.Current;
145 _mesa_reference_program(ctx, &ctx->VertexProgram.Current, newProg);
155 assert(ctx->VertexProgram.Current);
188 if (ctx->VertexProgram.Current &&
189 ctx->VertexProgram.Current->Id == ids[i]) {
276 return ctx->VertexProgram.Current;
349 *param = ctx->VertexProgram.Parameters[index];
467 set_program_string(ctx->VertexProgram.Current, target, format, len, string);
589 dest = ctx->VertexProgram.Parameters[index];
662 if ((target == GL_VERTEX_PROGRAM_ARB && prog == ctx->VertexProgram.Current) ||
1069 prog = ctx->VertexProgram.Current;