Home | History | Annotate | Download | only in swrast

Lines Matching defs:swrast

59    SWcontext *swrast = SWRAST_CONTEXT(ctx);
66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \
981 swrast->Triangle = triFunc; \
986 #define USE(triFunc) swrast->Triangle = triFunc;
1003 SWcontext *swrast = SWRAST_CONTEXT(ctx);
1017 ASSERT(swrast->Triangle);
1039 * XXX should examine swrast->_ActiveAttribMask to determine what
1046 swrast->_FogEnabled) {
1085 && !swrast->_FogEnabled
1092 && ((swrast->_RasterMask == (DEPTH_BIT | TEXTURE_BIT)
1095 || swrast->_RasterMask == TEXTURE_BIT)
1098 if (swrast->_RasterMask == (DEPTH_BIT | TEXTURE_BIT)) {
1135 ASSERT(!swrast->_FogEnabled);