Home | History | Annotate | Download | only in main

Lines Matching refs:_GenFlags

75    dst->Texture._GenFlags = src->Texture._GenFlags;
526 ctx->Texture._GenFlags = 0x0;
644 texUnit->_GenFlags = 0x0;
651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
664 ctx->Texture._GenFlags |= texUnit->_GenFlags;