| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | brick.c | 39 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 52 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 98 zRot -= 1.0; 101 zRot += 1.0;
|
| H A D | noise.c | 50 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 73 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 130 zRot -= 1.0; 133 zRot += 1.0;
|
| H A D | array.c | 47 static GLfloat xRot = -70.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 53 zRot = 90 + glutGet(GLUT_ELAPSED_TIME) * 0.05; 115 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 171 zRot += step; 174 zRot -= step;
|
| H A D | multinoise.c | 57 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 80 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 136 zRot -= 1.0; 139 zRot += 1.0;
|
| H A D | simplex-noise.c | 47 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 71 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 128 zRot -= 1.0; 131 zRot += 1.0;
|
| H A D | toyball.c | 48 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 69 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 123 zRot += step; 126 zRot -= step;
|
| H A D | vert-tex.c | 41 static GLfloat xRot = -70.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 46 zRot = 90 + glutGet(GLUT_ELAPSED_TIME) * 0.05; 97 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 151 zRot += step; 154 zRot -= step;
|
| H A D | bump.c | 51 static GLfloat xRot = 20.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 153 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 212 zRot += step; 215 zRot -= step;
|
| H A D | skinning.c | 35 static GLfloat xRot = 0.0f, yRot = 90.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 123 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 178 zRot += step; 181 zRot -= step;
|
| H A D | mandelbrot.c | 45 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 64 glRotatef(zRot, 0.0f, 0.0f, 1.0f);
|
| H A D | shtest.c | 89 static GLfloat xRot = 0.0f, yRot = 0.0f, zRot = 0.0f; variable in typeref:typename:GLfloat 259 glRotatef(zRot, 0.0f, 0.0f, 1.0f); 318 zRot += step; 321 zRot -= step;
|