HomeSort by relevance Sort by last modified time
    Searched refs:_ModeBit (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/main/
texstate.c 651 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;
texgen.c 143 texgen->_ModeBit = bit;
context.c     [all...]
mtypes.h     [all...]

Completed in 151 milliseconds