Searched refs:StippleCounter (Results 1 – 5 of 5) sorted by relevance
84 if (swrast->StippleCounter == 0) in _swrast_feedback_line()98 swrast->StippleCounter++; in _swrast_feedback_line()
47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()54 swrast->StippleCounter++; in compute_stipple_mask()
196 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()221 swrast->StippleCounter++; in NAME()
233 GLuint StippleCounter; /**< Line stipple counter */ member
671 SWRAST_CONTEXT(ctx)->StippleCounter = 0; in _swrast_ResetLineStipple()