Home | History | Annotate | Download | only in swrast

Lines Matching defs:swrast

213    SWcontext *swrast = SWRAST_CONTEXT(ctx);
214 GLubyte *fail = swrast->stencil_temp.buf2;
351 SWcontext *swrast = SWRAST_CONTEXT(ctx);
359 GLubyte *stencilTemp = swrast->stencil_temp.buf1;
407 SWcontext *swrast = SWRAST_CONTEXT(ctx);
408 GLubyte *passMask = swrast->stencil_temp.buf2;
409 GLubyte *failMask = swrast->stencil_temp.buf3;
410 GLubyte *origMask = swrast->stencil_temp.buf4;
496 SWcontext *swrast = SWRAST_CONTEXT(ctx);
526 GLubyte *destVals = swrast->stencil_temp.buf1;
527 GLubyte *newVals = swrast->stencil_temp.buf2;