Searched refs:_ModeBit (Results 1 – 4 of 4) sorted by relevance
617 texUnit->_GenFlags |= texUnit->GenS._ModeBit; in update_texgen()620 texUnit->_GenFlags |= texUnit->GenT._ModeBit; in update_texgen()623 texUnit->_GenFlags |= texUnit->GenR._ModeBit; in update_texgen()626 texUnit->_GenFlags |= texUnit->GenQ._ModeBit; in update_texgen()1006 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()1007 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()1008 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()1009 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()
1272 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1273 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1274 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
138 texgen->_ModeBit = bit; in _mesa_TexGenfv()
1231 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member