Home | History | Annotate | Download | only in main

Lines Matching refs:TexGenEnabled

698                GLbitfield newenabled = texUnit->TexGenEnabled & ~coordBit;
701 if (texUnit->TexGenEnabled == newenabled)
704 texUnit->TexGenEnabled = newenabled;
720 texUnit->TexGenEnabled & ~STR_BITS;
723 if (texUnit->TexGenEnabled == newenabled)
726 texUnit->TexGenEnabled = newenabled;
1436 return (texUnit->TexGenEnabled & coordBit) ? GL_TRUE : GL_FALSE;
1449 return (texUnit->TexGenEnabled & STR_BITS) == STR_BITS