Home
last modified time | relevance | path

Searched refs:StippleCounter (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_feedback.c83 if (swrast->StippleCounter == 0) in _swrast_feedback_line()
97 swrast->StippleCounter++; in _swrast_feedback_line()
Ds_lines.c46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
53 swrast->StippleCounter++; in compute_stipple_mask()
Ds_aalinetemp.h197 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()
222 swrast->StippleCounter++; in NAME()
Ds_context.h250 GLuint StippleCounter; /**< Line stipple counter */ member
Ds_context.c669 SWRAST_CONTEXT(ctx)->StippleCounter = 0; in _swrast_ResetLineStipple()