Searched refs:zrot (Results 1 - 3 of 3) sorted by relevance

/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;
289 glRotatef( zrot, 0.0, 0.0, 1.0 );
298 zrot -= 3.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;
449 glRotatef( zrot, 0.0, 0.0, 1.0 );
458 zrot -= 3.0;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dteapot.c317 static float zrot=0.0; local in function:drawteapot
329 glRotatef(zrot,0.0,0.0,1.0);
348 glRotatef(zrot,0.0,0.0,1.0);
354 zrot+=1.0;

Completed in 4 milliseconds