OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:step
(Results
1 - 25
of
119
) sorted by relevancy
1
2
3
4
5
/xsrc/external/mit/mesa-demos/dist/src/trivial/
pgon-mode.c
81
const GLfloat
step
= 3.0;
local
92
Zrot -=
step
;
95
Zrot +=
step
;
dlist-degenerate.c
63
const GLfloat
step
= 3.0;
local
75
Zrot -=
step
;
78
Zrot +=
step
;
92
const GLfloat
step
= 3.0;
local
97
Xrot -=
step
;
100
Xrot +=
step
;
103
Yrot -=
step
;
106
Yrot +=
step
;
tri-clip.c
67
const GLfloat
step
= 0.25;
local
72
Ypos +=
step
;
75
Ypos -=
step
;
78
Xpos -=
step
;
81
Xpos +=
step
;
fs-tri.c
83
const GLfloat
step
= 0.1;
local
90
ypos +=
step
;
93
ypos -=
step
;
96
xpos -=
step
;
99
xpos +=
step
;
tri-scissor-tri.c
72
int
step
= 2;
local
75
Left -=
step
;
78
Left +=
step
;
81
Right -=
step
;
84
Right +=
step
;
87
Bottom -=
step
;
90
Bottom +=
step
;
93
Top -=
step
;
96
Top +=
step
;
/xsrc/external/mit/mesa-demos/dist/src/tests/
arbfptexture.c
56
float
step
= 3.0;
local
62
Xrot +=
step
;
65
Xrot -=
step
;
68
Yrot +=
step
;
71
Yrot -=
step
;
arbfptrig.c
56
float
step
= 3.0;
local
62
Xrot +=
step
;
65
Xrot -=
step
;
68
Yrot +=
step
;
71
Yrot -=
step
;
arbvptorus.c
84
const GLfloat
step
= 3.0;
local
89
Xrot -=
step
;
92
Xrot +=
step
;
95
Yrot -=
step
;
98
Yrot +=
step
;
condrender.c
48
float
step
;
local
55
step
= (time - lastTime) / 1000.0 * sign;
58
Xpos +=
step
;
197
const GLfloat
step
= 0.1;
local
202
Xpos -=
step
;
205
Xpos +=
step
;
fptexture.c
55
float
step
= 3.0;
local
61
Xrot +=
step
;
64
Xrot -=
step
;
67
Yrot +=
step
;
70
Yrot -=
step
;
multiwindow.c
114
const GLfloat
step
= 3.0;
local
126
Zrot -=
step
;
129
Zrot +=
step
;
vptorus.c
84
const GLfloat
step
= 3.0;
local
89
Xrot -=
step
;
92
Xrot +=
step
;
95
Yrot -=
step
;
98
Yrot +=
step
;
antialias.c
163
const GLfloat
step
= 1.0;
local
178
Zrot = (int) (Zrot -
step
);
181
Zrot = (int) (Zrot +
step
);
arbfpspec.c
85
const GLfloat
step
= 3.0;
local
90
Xrot -=
step
;
93
Xrot +=
step
;
96
Yrot -=
step
;
99
Yrot +=
step
;
front-back-modes.c
141
const GLfloat
step
= 3.0;
local
146
Xrot -=
step
;
149
Xrot +=
step
;
yuvrect.c
86
float
step
= 3.0;
local
92
Xrot +=
step
;
95
Xrot -=
step
;
98
Yrot +=
step
;
101
Yrot -=
step
;
/xsrc/external/mit/x11perf/dist/
do_rects.c
34
int
step
;
local
57
step
= size;
60
step
= size + 1 + (size % 2);
68
y +=
step
;
73
x +=
step
;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
brick.c
115
const GLfloat
step
= 3.0f;
local
122
xRot -=
step
;
125
xRot +=
step
;
128
yRot -=
step
;
131
yRot +=
step
;
mandelbrot.c
127
const GLfloat
step
= 0.1 * zoom;
local
134
yCenter +=
step
;
137
yCenter -=
step
;
140
xCenter -=
step
;
143
xCenter +=
step
;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.h
132
LLVMValueRef
step
);
143
LLVMValueRef
step
,
157
LLVMValueRef
step
;
member in struct:lp_build_for_loop_state
169
LLVMValueRef
step
);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.h
128
LLVMValueRef
step
);
133
LLVMValueRef
step
,
147
LLVMValueRef
step
;
member in struct:lp_build_for_loop_state
159
LLVMValueRef
step
);
/xsrc/external/mit/brotli/dist/c/common/
transform.c
263
int
step
= ToUpperCase(uppercase);
local
264
uppercase +=
step
;
265
len -=
step
;
276
int
step
= Shift(shift, len, param);
local
277
shift +=
step
;
278
len -=
step
;
/xsrc/external/mit/mesa-demos/dist/src/demos/
arbocclude.c
59
float
step
;
local
69
step
= (time - lastTime) / 1000.0 * Sign[i];
71
Xpos[i] +=
step
;
217
const GLfloat
step
= 0.1;
local
224
Xpos[i] -=
step
;
228
Xpos[i] +=
step
;
arbocclude2.c
63
float
step
;
local
70
step
= (time - lastTime) / 1000.0 * sign;
73
Xpos +=
step
;
273
const GLfloat
step
= 0.1;
local
278
Xpos -=
step
;
281
Xpos +=
step
;
fplight.c
147
const GLfloat
step
= 3.0;
local
152
Xrot -=
step
;
155
Xrot +=
step
;
158
Yrot -=
step
;
161
Yrot +=
step
;
Completed in 17 milliseconds
1
2
3
4
5
Indexes created Mon Apr 13 00:22:24 UTC 2026