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()
1041 TEST_AND_CALL2(Line.StippleFactor, Line.StipplePattern, LineStipple); in _mesa_PopAttrib()
634 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()
257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
190 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor; in genX()191 line.LineStippleRepeatCount = ctx->Line.StippleFactor; in genX()