Searched refs:Zpos (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ | ||
| H A D | zdrawpix.c | 22 static GLfloat Xrot = 50, Yrot = 40, Zpos = 6; variable in typeref:typename:GLfloat 52 glTranslatef(-0.75, 0, Zpos); 60 glTranslatef(0, 0, Zpos); 127 Zpos -= step; 130 Zpos += step; |
| H A D | minmag.c | 27 static GLfloat Zpos = 5; variable in typeref:typename:GLfloat 45 glTranslatef(-1.5, 0, -Zpos); 57 glTranslatef(1.5, 0, -Zpos); 168 Zpos--; 171 Zpos++; |
| H A D | mipmap_tunnel.c | 22 static GLfloat Zpos = -10.0, Zrot = 0.0; variable in typeref:typename:GLfloat 173 glTranslatef(0.0, 0.0, Zpos); 234 Zpos--; 237 Zpos++; |
| H A D | zcomp.c | 13 static GLfloat Xrot = 0, Yrot = 0, Zpos = 6; variable in typeref:typename:GLfloat 157 Zpos -= step; 160 Zpos += step; |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | drawpix.c | 27 static GLfloat Zpos = -1.0; variable in typeref:typename:GLfloat 42 Zpos = -1.0; 55 glRasterPos3f(0, 0, Zpos); 196 Zpos -= 0.1; 197 printf("RasterPos Z = %g\n", Zpos); 200 Zpos += 0.1; 201 printf("RasterPos Z = %g\n", Zpos); |
Completed in 3 milliseconds