Searched refs:_ModeBit (Results 1 – 4 of 4) sorted by relevance
488 texUnit->_GenFlags |= texUnit->GenS._ModeBit; in update_texgen()491 texUnit->_GenFlags |= texUnit->GenT._ModeBit; in update_texgen()494 texUnit->_GenFlags |= texUnit->GenR._ModeBit; in update_texgen()497 texUnit->_GenFlags |= texUnit->GenQ._ModeBit; in update_texgen()845 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()846 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()847 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()848 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()
1252 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1253 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1254 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
138 texgen->_ModeBit = bit; in _mesa_TexGenfv()
1113 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member