Searched refs:Zrot (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmultiwindow.c34 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
42 Zrot += 2.0;
62 glRotatef(Zrot, 0, 0, 1);
80 glRotatef(Zrot, 0, 0, 1);
126 Zrot -= step;
129 Zrot += step;
H A Dvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
21 Zrot += .2;
33 glRotatef(Zrot, 0, 0, 1);
59 Xrot = Yrot = Zrot = 0;
69 Zrot -= 5.0;
72 Zrot += 5.0;
H A Darbvptest3.c10 static float Zrot = 0.0; variable in typeref:typename:float
21 glRotatef(Zrot, 0, 0, 1);
66 Zrot -= 5.0;
69 Zrot += 5.0;
H A Dvptest3.c11 static float Zrot = 0.0; variable in typeref:typename:float
22 glRotatef(Zrot, 0, 0, 1);
68 Zrot -= 5.0;
71 Zrot += 5.0;
H A Dantialias.c16 static GLfloat Zrot = 0; variable in typeref:typename:GLfloat
100 glRotatef(Zrot, 0, 0, 1);
113 glRotatef(Zrot, 0, 0, 1);
127 glRotatef(Zrot, 0, 0, 1);
155 Zrot = 0.01 * glutGet(GLUT_ELAPSED_TIME);
178 Zrot = (int) (Zrot - step);
181 Zrot = (int) (Zrot + step);
H A Darbfpspec.c14 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
22 Zrot += .2;
34 glRotatef(Zrot, 0, 0, 1);
60 Xrot = Yrot = Zrot = 0;
70 Zrot -= 5.0;
73 Zrot += 5.0;
H A Darbvptorus.c13 static float Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
21 Zrot += .2;
33 glRotatef(Zrot, 0, 0, 1);
59 Xrot = Yrot = Zrot = 0;
69 Zrot -= 5.0;
72 Zrot += 5.0;
H A Darbnpot.c17 static GLfloat Zrot = 0; variable in typeref:typename:GLfloat
24 glRotatef(Zrot, 0, 0, 1);
59 Zrot -= 1.0;
62 Zrot += 1.0;
H A Darbvpwarpmesh.c13 static float Xrot = -60.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
68 glRotatef(Zrot, 0, 0, 1);
122 Zrot -= 5.0;
125 Zrot += 5.0;
H A Dmipmap_tunnel.c22 static GLfloat Zpos = -10.0, Zrot = 0.0; variable in typeref:typename:GLfloat
174 glRotatef(Zrot, 0, 0, 1);
228 Zrot--;
231 Zrot++;
H A Dvpwarpmesh.c13 static float Xrot = -60.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:float
68 glRotatef(Zrot, 0, 0, 1);
122 Zrot -= 5.0;
125 Zrot += 5.0;
H A Dquads.c16 static GLfloat Xrot = 40, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
35 Zrot += 2.0;
48 glRotatef(Zrot, 0, 0, 1);
107 Zrot -= step;
110 Zrot += step;
H A Dext422square.c23 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
67 glRotatef(Zrot, 0.0, 0.0, 1.0);
77 glRotatef(Zrot, 0.0, 0.0, 1.0);
H A Dyuvsquare.c19 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
55 glRotatef(Zrot, 0.0, 0.0, 1.0);
64 glRotatef(Zrot, 0.0, 0.0, 1.0);
H A Dtexrect.c36 static GLfloat Xrot = 00.0, Yrot = 00.0, Zrot = 0.0; variable in typeref:typename:GLfloat
41 Zrot = glutGet(GLUT_ELAPSED_TIME) * 0.01;
55 glRotatef(Zrot, 0, 0, 1);
87 glRotatef(Zrot, 0.0, 0.0, 1.0);
184 Zrot -= 1.0;
187 Zrot += 1.0;
H A Darbfptexture.c16 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
26 glRotatef(Zrot, 0.0, 0.0, 1.0);
H A Darbfptrig.c16 static GLfloat Xrot = 0.0, Yrot = 0.0, Zrot = 0.0; variable in typeref:typename:GLfloat
27 glRotatef(Zrot, 0.0, 0.0, 1.0);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dpgon-mode.c16 static GLfloat Zrot = 0; variable in typeref:typename:GLfloat
50 glRotatef(Zrot, 0, 0, 1);
92 Zrot -= step;
95 Zrot += step;
H A Ddlist-degenerate.c13 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
23 Zrot += 2.0;
36 glRotatef(Zrot, 0, 0, 1);
75 Zrot -= step;
78 Zrot += step;
H A Dflat-clip.c15 static GLfloat Scale = 2.0, Zrot = 50; variable in typeref:typename:GLfloat
33 glRotatef(Zrot, 0, 0, 1);
102 Zrot -= 5.0;
105 Zrot += 5.0;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dlodbias.c41 static GLfloat Xrot = 0, Yrot = -30, Zrot = 0; variable in typeref:typename:GLfloat
114 glRotatef(Zrot, 0, 0, 1);
152 Zrot -= step;
155 Zrot += step;
H A Dbounce.c28 GLfloat Zrot = 0.0, Zstep = 180.0; variable in typeref:typename:GLfloat
138 glRotatef(Zrot, 0.0, 0.0, 1.0);
160 Zrot += Zstep*dt;
/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
128 glRotatef(Zrot, 0, 0, 1);
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);
H A Dglmain.c35 static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; variable in typeref:typename:GLfloat
210 Zrot -= step;
213 Zrot += step;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtrirast.c31 static GLfloat Zrot = 0.0f; variable in typeref:typename:GLfloat
83 RotateVerts(Zrot, 3, TriVerts, v);
109 Zrot = glutGet(GLUT_ELAPSED_TIME) * 0.0005;
156 Zrot = 0;
159 Zrot += 0.05;

Completed in 19 milliseconds

12