Searched refs:xRotation (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtexture.c53 float xRotation = 0.0, yRotation = 0.0, zTranslate = -3.125; variable in typeref:typename:float
317 xRotation -= 0.5;
320 xRotation += 0.5;
400 glRotatef(xRotation, 1, 0, 0);
H A Dquad.c64 float xRotation = 30.0, yRotation = 30.0, zRotation = 0.0; variable in typeref:typename:float
195 xRotation += 5;
198 xRotation -= 5;
356 glRotatef(xRotation, 1, 0, 0);
H A Dsphere.c58 float xRotation = 0.0, yRotation = 0.0; variable in typeref:typename:float
800 glRotatef(xRotation, 1, 0, 0);
831 xRotation += .75*60.*dt;
851 xRotation -= 0.5;
856 xRotation += 0.5;
H A Dlogo.c66 float xRotation = 30.0, yRotation = 30.0; variable in typeref:typename:float

Completed in 6 milliseconds