Searched refs:zRotation (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dselect.c46 float zRotation = 90.0; variable in typeref:typename:float
151 glRotatef(zRotation, 0, 0, 1);
248 glRotatef(zRotation, 0, 0, 1);
275 glRotatef(zRotation, 0, 0, 1);
374 glRotatef(zRotation, 0, 0, 1);
392 zRotation += 0.5;
395 zRotation -= 0.5;
H A Dtri.c52 float zRotation = 90.0; variable in typeref:typename:float
116 zRotation += 0.5;
119 zRotation -= 0.5;
271 glRotatef(zRotation, 0, 0, 1);
307 glRotatef(zRotation, 0,0,1);
H A Dquad.c64 float xRotation = 30.0, yRotation = 30.0, zRotation = 0.0; variable in typeref:typename:float
215 zRotation += 5;
218 zRotation -= 5;
358 glRotatef(zRotation, 0, 0, 1);

Completed in 4 milliseconds