OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xRot
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/glsl/
brick.c
39
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
50
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
122
xRot
-= step;
125
xRot
+= step;
mandelbrot.c
45
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
62
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
noise.c
50
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
71
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
154
xRot
-= step;
157
xRot
+= step;
simplex-noise.c
47
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
69
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
152
xRot
-= step;
155
xRot
+= step;
toyball.c
48
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
67
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
147
xRot
+= step;
150
xRot
-= step;
bump.c
51
static GLfloat
xRot
= 20.0f, yRot = 0.0f, zRot = 0.0f;
151
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
236
xRot
+= step;
239
xRot
-= step;
deriv.c
29
static GLfloat
xRot
= 0.0f, yRot = 0.0f;
42
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
124
xRot
-= step;
127
xRot
+= step;
fsraytrace.c
338
static GLfloat
xRot
= 0, yRot = 0;
339
xRot
= (float)(x - WinWidth/2) / scale;
342
rotate_xy(rot, yRot,
xRot
);
multinoise.c
57
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
78
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
166
xRot
-= step;
169
xRot
+= step;
vsraytrace.c
328
static GLfloat
xRot
= 0, yRot = 0;
329
xRot
= (float)(x - WinWidth/2) / scale;
332
rotate_xy(rot, yRot,
xRot
);
array.c
47
static GLfloat
xRot
= -70.0f, yRot = 0.0f, zRot = 0.0f;
113
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
195
xRot
+= step;
198
xRot
-= step;
skinning.c
35
static GLfloat
xRot
= 0.0f, yRot = 90.0f, zRot = 0.0f;
121
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
202
xRot
+= step;
205
xRot
-= step;
vert-tex.c
41
static GLfloat
xRot
= -70.0f, yRot = 0.0f, zRot = 0.0f;
95
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
175
xRot
+= step;
178
xRot
-= step;
gsraytrace.cpp
819
static GLfloat
xRot
= 0, yRot = 0;
820
xRot
= (float)(x - WinWidth/2) / scale;
823
rotate_xy(rot, yRot,
xRot
);
shtest.c
89
static GLfloat
xRot
= 0.0f, yRot = 0.0f, zRot = 0.0f;
257
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
350
xRot
+= step;
353
xRot
-= step;
/xsrc/external/mit/mesa-demos/dist/src/demos/
arbfslight.c
40
static GLfloat
xRot
= 0.0f, yRot = 0.0f;
71
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
166
xRot
-= step;
169
xRot
+= step;
fslight.c
53
static GLfloat
xRot
= 90.0f, yRot = 0.0f;
88
glRotatef(
xRot
, 1.0f, 0.0f, 0.0f);
207
xRot
-= step;
210
xRot
+= step;
Completed in 33 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026