Searched refs:xrot (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c53 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 Disosurf.c97 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 Dteapot.c316 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 Darbvparray.c21 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 Dvparray.c21 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 Dwinpixmap.c51 int xrot, int yrot);
227 int xrot, int yrot)
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxdemo.c264 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 Ddmxwininfo.c424 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 DsunGX.c1833 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 DsunGX.c1833 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...]

Completed in 13 milliseconds