Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstate.c623 texUnit->_GenFlags |= texUnit->GenS._ModeBit; in update_texgen()
626 texUnit->_GenFlags |= texUnit->GenT._ModeBit; in update_texgen()
629 texUnit->_GenFlags |= texUnit->GenR._ModeBit; in update_texgen()
632 texUnit->_GenFlags |= texUnit->GenQ._ModeBit; in update_texgen()
1051 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR; in _mesa_init_texture()
1052 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR; in _mesa_init_texture()
1053 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR; in _mesa_init_texture()
1054 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR; in _mesa_init_texture()
Dcontext.c1285 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
1286 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
1287 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV; in _mesa_initialize_context()
Dtexgen.c131 texgen->_ModeBit = bit; in texgenfv()
Dmtypes.h1178 GLbitfield8 _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member