| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | reflect.c | 53 GLfloat xrot, yrot; member in struct:window 320 eyex = dist * cos(w->yrot * DEG2RAD) * cos(w->xrot * DEG2RAD); 321 eyez = dist * sin(w->yrot * DEG2RAD) * cos(w->xrot * DEG2RAD); 322 eyey = dist * sin(w->xrot * DEG2RAD); 511 w->xrot += 3.0; 512 if (w->xrot > 85) 513 w->xrot = 85; 516 w->xrot -= 3.0; 517 if (w->xrot < 5) 518 w->xrot [all...] |
| H A D | isosurf.c | 97 static GLfloat xrot; variable in typeref:typename:GLfloat 565 glRotatef( xrot, 1.0, 0.0, 0.0 ); 578 xrot = 0.0; 580 xrot += xdiff; 833 xrot = 0; 999 xrot += 15.0; 1002 xrot -= 15.0;
|
| H A D | teapot.c | 316 static float xrot=0.0; local in function:drawteapot 328 glRotatef(xrot,1.0,0.0,0.0); 347 glRotatef(xrot,1.0,0.0,0.0); 353 xrot+=2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | arbvparray.c | 21 static GLfloat xrot; variable in typeref:typename:GLfloat 68 glRotatef(xrot, 1, 0, 0); 210 xrot = 0; 270 xrot += 15.0; 273 xrot -= 15.0;
|
| H A D | vparray.c | 21 static GLfloat xrot; variable in typeref:typename:GLfloat 68 glRotatef(xrot, 1, 0, 0); 205 xrot = 0; 265 xrot += 15.0; 268 xrot -= 15.0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpixmap.c | 51 int xrot, int yrot); 227 int xrot, int yrot)
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xdemo.c | 264 GLfloat xrot, yrot, zrot; local in function:display_loop 266 xrot = yrot = zrot = 0.0; 287 glRotatef( xrot, 1.0, 0.0, 0.0 ); 296 xrot += 10.0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | dmxwininfo.c | 424 GLfloat xrot, yrot, zrot; 426 xrot = yrot = zrot = 0.0; 447 glRotatef( xrot, 1.0, 0.0, 0.0 ); 456 xrot += 10.0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 1833 int xrot, yrot; local in function:sunGXCheckFill 1883 xrot = (pGC->patOrg.x + pDrawable->x) & 0xf; 1886 stipple->patalign = ((16 - (xrot & 0xf)) << 16) | (16 - (yrot & 0xf)); 1888 xrot = 16 - xrot; 1890 stipple->patalign = (xrot << 16) | yrot; 2057 int xrot, yrot; local in function:sunGXValidateGC 2215 xrot = pGC->patOrg.x + pDrawable->x; 2231 xrot, yrot); 2244 &pGC->pRotatedPixmap, xrot, yro [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 1833 int xrot, yrot; local in function:sunGXCheckFill 1883 xrot = (pGC->patOrg.x + pDrawable->x) & 0xf; 1886 stipple->patalign = ((16 - (xrot & 0xf)) << 16) | (16 - (yrot & 0xf)); 1888 xrot = 16 - xrot; 1890 stipple->patalign = (xrot << 16) | yrot; 2057 int xrot, yrot; local in function:sunGXValidateGC 2215 xrot = pGC->patOrg.x + pDrawable->x; 2231 xrot, yrot); 2244 &pGC->pRotatedPixmap, xrot, yro [all...] |