HomeSort by relevance Sort by last modified time
    Searched defs:curProg (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
arbprogram.c 52 struct gl_program *curProg, *newProg;
55 /* Error-check target and get curProg */
57 curProg = ctx->VertexProgram.Current;
61 curProg = ctx->FragmentProgram.Current;
102 if (curProg->Id == id) {
atifragshader.c 87 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
89 if (optype == curProg->last_optype) {
90 curProg->last_optype = 1;
158 static int check_arith_arg(struct ati_fragment_shader *curProg,
180 if ((curProg->cur_pass == 1) &&
182 curProg->interpinp1 = GL_TRUE;
220 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
230 if (curProg->Id == id) {
235 if (curProg->Id != 0) {
236 curProg->RefCount--
    [all...]

Completed in 135 milliseconds