Home | History | Annotate | Download | only in program

Lines Matching refs:texTarget

571                      GLubyte *texUnit, GLubyte *texTarget)
595 *texTarget = TEXTURE_1D_INDEX;
598 *texTarget = TEXTURE_2D_INDEX;
601 *texTarget = TEXTURE_3D_INDEX;
604 *texTarget = TEXTURE_CUBE_INDEX;
607 *texTarget = TEXTURE_RECT_INDEX;
614 parseState->texturesUsed[*texUnit] |= (1 << *texTarget);