Home | History | Annotate | Download | only in tnl

Lines Matching refs:TexGenEnabled

360    out->flags |= (in->flags & VEC_SIZE_FLAGS) | texUnit->TexGenEnabled;
363 copy = (all_bits[in->size] & ~texUnit->TexGenEnabled);
367 if (texUnit->TexGenEnabled & S_BIT) {
400 if (texUnit->TexGenEnabled & T_BIT) {
433 if (texUnit->TexGenEnabled & R_BIT) {
462 if (texUnit->TexGenEnabled & Q_BIT) {
496 if (texUnit->TexGenEnabled) {
520 if (texUnit->TexGenEnabled) {
523 if (texUnit->TexGenEnabled & Q_BIT)
525 else if (texUnit->TexGenEnabled & R_BIT)
527 else if (texUnit->TexGenEnabled & T_BIT)
536 if (texUnit->TexGenEnabled == (S_BIT|T_BIT|R_BIT)) {
544 else if (texUnit->TexGenEnabled == (S_BIT|T_BIT) &&