Home | History | Annotate | Download | only in swrast

Lines Matching refs:swrast

27  * \file swrast/s_context.h
33 * \mainpage swrast module
49 #include "swrast.h"
344 * For drivers that rely on swrast for fallback rendering, this is the
350 SWcontext *swrast = SWRAST_CONTEXT(ctx);
351 if (swrast->Driver.SpanRenderStart)
352 swrast->Driver.SpanRenderStart(ctx);
360 SWcontext *swrast = SWRAST_CONTEXT(ctx);
361 if (swrast->Driver.SpanRenderFinish)
362 swrast->Driver.SpanRenderFinish(ctx);
451 for (a = 0; a < swrast->_NumActiveAttribs; a++) { \
452 const GLuint attr = swrast->_ActiveAttribs[a];