Searched refs:CurElement (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.h60 GLuint CurElement; /**< Index into Attribs arrays */ member in struct:gl_program_machine
H A Dprog_execute.c110 return machine->Attribs[reg][machine->CurElement];
235 const GLint col = machine->CurElement;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.h60 GLuint CurElement; /**< Index into Attribs arrays */ member in struct:gl_program_machine
H A Dprog_execute.c110 return machine->Attribs[reg][machine->CurElement];
235 const GLint col = machine->CurElement;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c189 machine->CurElement = col;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c189 machine->CurElement = col;

Completed in 6 milliseconds