OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StipplePattern
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/glsl/
geom-stipple-lines.c
26
static const GLushort
StipplePattern
= 0x10ff;
206
"uniform float
StipplePattern
[16]; \n"
213
" float stip =
StipplePattern
[int(fract(stippleCoord) * 16.0)]; \n"
296
uStipplePattern = glGetUniformLocation(Program, "
StipplePattern
");
310
glLineStipple(StippleFactor,
StipplePattern
);
311
SetStippleUniform(StippleFactor,
StipplePattern
);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
633
GLushort
StipplePattern
; /**< Stipple pattern */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
658
GLushort
StipplePattern
; /**< Stipple pattern */
Completed in 13 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026