Searched defs:swrast (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h39 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
49 (void) swrast;
121 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 line.span.facing = swrast->PointLineFacing;
191 if (swrast->_InterpMode[attr] == GL_FLAT) {
222 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
247 swrast->StippleCounter++;
H A Ds_aatritemp.h43 const SWcontext *swrast = SWRAST_CONTEXT(ctx); variable
70 (void) swrast; variable
117 span.facing = area * swrast->_BackfaceSign > 0.0F;
164 if (swrast->_InterpMode[attr] == GL_FLAT) {
H A Ds_linetemp.h70 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
100 (void) swrast;
288 if (swrast->_InterpMode[attr] == GL_FLAT) {
311 span.facing = swrast->PointLineFacing;
H A Ds_tritemp.h129 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
145 (void) swrast;
241 if (area * bf * swrast->_BackfaceCullSign < 0.0)
443 if (swrast->_InterpMode[attr] == GL_FLAT) {
738 if (swrast->_InterpMode[attr] == GL_FLAT) {

Completed in 78 milliseconds