Searched refs:Xrot (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
19 Xrot += .3;
31 glRotatef(Xrot, 1, 0, 0);
59 Xrot = Yrot = Zrot = 0;
89 Xrot -= step;
92 Xrot += step;
H A Darbfpspec.c14 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
20 Xrot += .3;
32 glRotatef(Xrot, 1, 0, 0);
60 Xrot = Yrot = Zrot = 0;
90 Xrot -= step;
93 Xrot += step;
H A Darbvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
19 Xrot += .3;
31 glRotatef(Xrot, 1, 0, 0);
59 Xrot = Yrot = Zrot = 0;
89 Xrot -= step;
92 Xrot += step;
H A Dmultiwindow.c34 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
40 Xrot += 3.0;
60 glRotatef(Xrot, 1, 0, 0);
78 glRotatef(Xrot, 1, 0, 0);
H A Dfront-back-modes.c32 static GLfloat Xrot = 0; variable in typeref:typename:GLfloat
42 Xrot += (t1 - t0) * 20; /* 20 degrees per second */
65 glRotatef(Xrot, 1, 0, 0);
146 Xrot -= step;
149 Xrot += step;
H A Dzdrawpix.c22 static GLfloat Xrot = 50, Yrot = 40, Zpos = 6; variable in typeref:typename:GLfloat
33 Xrot += 3.0;
61 glRotatef(Xrot, 1, 0, 0);
149 Xrot -= step;
152 Xrot += step;
H A Dzcomp.c13 static GLfloat Xrot = 0, Yrot = 0, Zpos = 6; variable in typeref:typename:GLfloat
25 Xrot += 3.0;
45 glRotatef(45 + Xrot, 1, 0, 0);
70 glRotatef(-45 + Xrot, 1, 0, 0);
179 Xrot -= step;
182 Xrot += step;
H A Darbfptexture.c16 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
24 glRotatef(Xrot, 1.0, 0.0, 0.0);
62 Xrot += step;
65 Xrot -= step;
H A Darbfptrig.c16 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
25 glRotatef(Xrot, 1.0, 0.0, 0.0);
62 Xrot += step;
65 Xrot -= step;
H A Dfptexture.c16 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
24 glRotatef(Xrot, 1.0, 0.0, 0.0);
61 Xrot += step;
64 Xrot -= step;
H A Dyuvrect.c19 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
49 glRotatef(Xrot, 1.0, 0.0, 0.0);
92 Xrot += step;
95 Xrot -= step;
H A Dext422square.c23 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
65 glRotatef(Xrot, 1.0, 0.0, 0.0);
75 glRotatef(Xrot, 1.0, 0.0, 0.0);
119 Xrot += step;
122 Xrot -= step;
H A Dyuvsquare.c19 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
53 glRotatef(Xrot, 1.0, 0.0, 0.0);
62 glRotatef(Xrot, 1.0, 0.0, 0.0);
106 Xrot += step;
109 Xrot -= step;
H A Dglutfx.c30 static GLfloat Xrot = 0.0, Yrot = 0.0; variable in typeref:typename:GLfloat
43 glRotatef(Xrot, 1, 0, 0);
123 Xrot = y - ScreenWidth / 2;
H A Darbvpwarpmesh.c13 static float Xrot = -60.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
66 glRotatef(Xrot, 1, 0, 0);
142 Xrot -= step;
145 Xrot += step;
H A Dbug_3195.c46 static GLfloat Xrot = 0, Yrot = -30, Zrot = 0; variable in typeref:typename:GLfloat
114 glRotatef(Xrot, 1, 0, 0);
160 Xrot -= step;
163 Xrot += step;
H A Dcylwrap.c13 static GLfloat Xrot = 0, Yrot = 0; variable in typeref:typename:GLfloat
106 glRotatef(Xrot, 1, 0, 0);
181 Xrot -= step;
184 Xrot += step;
H A Dvpwarpmesh.c13 static float Xrot = -60.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
66 glRotatef(Xrot, 1, 0, 0);
142 Xrot -= step;
145 Xrot += step;
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddlist-degenerate.c13 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
21 Xrot += 3.0;
34 glRotatef(Xrot, 1, 0, 0);
97 Xrot -= step;
100 Xrot += step;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtwoside.c32 static GLfloat Xrot; variable in typeref:typename:GLfloat
47 Xrot = 30;
74 glRotatef(Xrot, 1, 0, 0);
107 Xrot += dt * 0.1;
166 Xrot += 5;
169 Xrot -= 5;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfplight.c28 static GLfloat Xrot = 0, Yrot = 0; variable in typeref:typename:GLfloat
57 glRotatef(Xrot, 1, 0, 0);
152 Xrot -= step;
155 Xrot += step;
H A Dlodbias.c41 static GLfloat Xrot = 0, Yrot = -30, Zrot = 0; variable in typeref:typename:GLfloat
112 glRotatef(Xrot, 1, 0, 0);
191 Xrot -= step;
194 Xrot += step;
H A Dsinglebuffer.c29 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
103 Xrot += 16.0 * dt;
124 glRotatef(Xrot, 1, 0, 0);
211 Xrot -= step;
214 Xrot += step;
H A Dtexcyl.c35 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
53 Xrot += DXrot * dt;
65 glRotatef(Xrot, 1.0, 0.0, 0.0);
181 Xrot += step;
184 Xrot -= step;
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglslstateschange.c73 static GLfloat Xrot = 0.0, Yrot = .0, Zrot = 0.0; variable in typeref:typename:GLfloat
130 glRotatef(Xrot, 1, 0, 0);
137 glUniform4fARB(Uniforms1[2].location, Xrot, Yrot, Zrot, 1.000000);
138 glUniform4fARB(Uniforms1[3].location, Xrot, Yrot, Zrot, 1.000000);
146 glUniform4fARB(Uniforms2[2].location, Xrot, Yrot, Zrot, 1.000000);
147 glUniform4fARB(Uniforms2[3].location, Xrot, Yrot, Zrot, 1.000000);

Completed in 15 milliseconds

123