Home | History | Annotate | Download | only in program

Lines Matching full:texunit

571                      GLubyte *texUnit, GLubyte *texTarget)
589 *texUnit = unit;
614 parseState->texturesUsed[*texUnit] |= (1 << *texTarget);
615 if (_mesa_bitcount(parseState->texturesUsed[*texUnit]) > 1) {