Lines Matching refs:VertexProgram
74 curProg = ctx->VertexProgram.Current; in _mesa_BindProgramARB()
130 _mesa_reference_program(ctx, &ctx->VertexProgram.Current, newProg); in _mesa_BindProgramARB()
137 assert(ctx->VertexProgram.Current); in _mesa_BindProgramARB()
170 if (ctx->VertexProgram.Current && in _mesa_DeleteProgramsARB()
171 ctx->VertexProgram.Current->Id == ids[i]) { in _mesa_DeleteProgramsARB()
268 prog = ctx->VertexProgram.Current; in get_local_param_pointer()
318 *param = ctx->VertexProgram.Parameters[index]; in get_env_param_pointer()
348 prog = ctx->VertexProgram.Current; in _mesa_ProgramStringARB()
513 dest = ctx->VertexProgram.Parameters[index]; in _mesa_ProgramEnvParameters4fvEXT()
666 prog = ctx->VertexProgram.Current; in _mesa_GetProgramivARB()
847 prog = ctx->VertexProgram.Current; in _mesa_GetProgramStringARB()