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 488 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
491 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
494 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
497 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
845 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR;
846 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR;
847 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
848 texUnit->GenQ._ModeBit = TEXGEN_EYE_LINEAR;
texgen.c 138 texgen->_ModeBit = bit;
context.c     [all...]
mtypes.h     [all...]

Completed in 62 milliseconds