Searched refs:_ModeBit (Results 1 – 4 of 4) sorted by relevance
651 texUnit->_GenFlags |= texUnit->GenS._ModeBit; in update_texture_state()654 texUnit->_GenFlags |= texUnit->GenT._ModeBit; in update_texture_state()657 texUnit->_GenFlags |= texUnit->GenR._ModeBit; in update_texture_state()660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit; in update_texture_state()766 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()767 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()768 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()769 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR; in init_texture_unit()
1032 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1033 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()1034 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
143 texgen->_ModeBit = bit; in _mesa_TexGenfv()
1374 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member