Searched refs:_ModeBit (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
766 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR;
767 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR;
768 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
769 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR;
H A Dtexgen.c143 texgen->_ModeBit = bit;
H A Dcontext.c1032 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV;
1033 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV;
1034 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV;
H A Dmtypes.h1374 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member in struct:gl_texgen
1398 GLbitfield _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */
/external/mesa3d/src/mesa/main/
H A Dtexstate.c651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
766 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR;
767 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR;
768 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
769 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR;
H A Dtexgen.c143 texgen->_ModeBit = bit;
H A Dcontext.c1032 texUnit->GenS._ModeBit = TEXGEN_REFLECTION_MAP_NV;
1033 texUnit->GenT._ModeBit = TEXGEN_REFLECTION_MAP_NV;
1034 texUnit->GenR._ModeBit = TEXGEN_REFLECTION_MAP_NV;
H A Dmtypes.h1374 GLbitfield _ModeBit; /**< TEXGEN_x bit corresponding to Mode */ member in struct:gl_texgen
1398 GLbitfield _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */

Completed in 376 milliseconds