OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StippleCounter
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_feedback.c
84
if (swrast->
StippleCounter
== 0)
98
swrast->
StippleCounter
++;
s_lines.c
47
GLuint bit = (swrast->
StippleCounter
/ ctx->Line.StippleFactor) & 0xf;
54
swrast->
StippleCounter
++;
s_aalinetemp.h
196
const GLuint bit = (swrast->
StippleCounter
/ ctx->Line.StippleFactor) & 0xf;
221
swrast->
StippleCounter
++;
s_context.h
233
GLuint
StippleCounter
; /**< Line stipple counter */
s_context.c
671
SWRAST_CONTEXT(ctx)->
StippleCounter
= 0;
Completed in 85 milliseconds