Home
last modified time | relevance | path

Searched refs:StippleCounter (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dlinetemp.h287 m = 1 << ((ctx->StippleCounter/ctx->Line.StippleFactor) & 0xf);
312 ctx->StippleCounter++;
406 m = 1 << ((ctx->StippleCounter/ctx->Line.StippleFactor) & 0xf);
431 ctx->StippleCounter++;
H A Dvbrender.c296 ctx->StippleCounter = 0; in unfilled_polygon()
798 ctx->StippleCounter = 0; in gl_render_vb()
807 ctx->StippleCounter = 0; in gl_render_vb()
H A Dlines.c187 if (ctx->StippleCounter==0) { in feedback_line()
207 ctx->StippleCounter++; in feedback_line()
H A Dtypes.h1358 GLuint StippleCounter; /* Line stipple counter */ member
H A Dvbfill.c1404 ctx->StippleCounter = 0; in gl_Begin()
H A Dcontext.c873 ctx->StippleCounter = 0; in initialize_context()