Home | History | Annotate | Download | only in main

Lines Matching refs:TexGenEnabled

716                GLbitfield newenabled = texUnit->TexGenEnabled & ~coordBit;
719 if (texUnit->TexGenEnabled == newenabled)
722 texUnit->TexGenEnabled = newenabled;
737 texUnit->TexGenEnabled & ~STR_BITS;
740 if (texUnit->TexGenEnabled == newenabled)
743 texUnit->TexGenEnabled = newenabled;
1423 return (texUnit->TexGenEnabled & coordBit) ? GL_TRUE : GL_FALSE;
1435 return (texUnit->TexGenEnabled & STR_BITS) == STR_BITS