Home | History | Annotate | Download | only in main

Lines Matching refs:VertexProgram

83       curProg = &ctx->VertexProgram.Current->Base;
140 _mesa_reference_vertprog(ctx, &ctx->VertexProgram.Current,
150 ASSERT(ctx->VertexProgram.Current);
186 if (ctx->VertexProgram.Current &&
187 ctx->VertexProgram.Current->Base.Id == ids[i]) {
281 prog = &(ctx->VertexProgram.Current->Base);
282 maxParams = ctx->Const.VertexProgram.MaxLocalParams;
326 if (index >= ctx->Const.VertexProgram.MaxEnvParams) {
330 *param = ctx->VertexProgram.Parameters[index];
368 struct gl_vertex_program *prog = ctx->VertexProgram.Current;
376 struct gl_vertex_program *prog = ctx->VertexProgram.Current;
514 if ((index + count) > ctx->Const.VertexProgram.MaxEnvParams) {
518 dest = ctx->VertexProgram.Parameters[index];
617 if ((index + count) > ctx->Const.VertexProgram.MaxLocalParams) {
621 dest = ctx->VertexProgram.Current->Base.LocalParams[index];
705 prog = &(ctx->VertexProgram.Current->Base);
706 limits = &ctx->Const.VertexProgram;
888 prog = &(ctx->VertexProgram.Current->Base);