Searched refs:StippleFactor (Results 1 – 7 of 7) sorted by relevance
121 if (ctx->Line.StippleFactor == factor && in _mesa_LineStipple()127 ctx->Line.StippleFactor = factor; in _mesa_LineStipple()150 ctx->Line.StippleFactor = 1; in _mesa_init_line()
1286 _mesa_LineStipple(line->StippleFactor, line->StipplePattern); in _mesa_PopAttrib()
658 GLint StippleFactor; /**< Stipple repeat factor */ member
46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()
226 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
189 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor; in genX()190 line.LineStippleRepeatCount = ctx->Line.StippleFactor; in genX()