Home
last modified time | relevance | path

Searched refs:StippleFactor (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlines.c121 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()
Dattrib.c1286 _mesa_LineStipple(line->StippleFactor, line->StipplePattern); in _mesa_PopAttrib()
Dmtypes.h658 GLint StippleFactor; /**< Stipple repeat factor */ member
/external/mesa3d/src/mesa/swrast/
Ds_lines.c46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
Ds_aalinetemp.h199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c226 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c189 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor; in genX()
190 line.LineStippleRepeatCount = ctx->Line.StippleFactor; in genX()