Searched refs:StippleCounter (Results 1 – 5 of 5) sorted by relevance
83 if (swrast->StippleCounter == 0) in _swrast_feedback_line()97 swrast->StippleCounter++; in _swrast_feedback_line()
46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()53 swrast->StippleCounter++; in compute_stipple_mask()
197 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()222 swrast->StippleCounter++; in NAME()
249 GLuint StippleCounter; /**< Line stipple counter */ member
671 SWRAST_CONTEXT(ctx)->StippleCounter = 0; in _swrast_ResetLineStipple()