Home
last modified time | relevance | path

Searched refs:_ModeBit (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstate.c617 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()
Dcontext.c1272 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()
Dtexgen.c138 texgen->_ModeBit = bit; in _mesa_TexGenfv()
Dmtypes.h1231 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member