HomeSort by: relevance | last modified time | path
    Searched defs:spin (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
movelight.c 56 static int spin = 0; variable
84 glRotated ((GLdouble) spin, 1.0, 0.0, 0.0);
115 spin = (spin + 30) % 360;
double.c 47 static GLfloat spin = 0.0; variable
54 glRotatef(spin, 0.0, 0.0, 1.0);
73 spin = spin + 120.0*dt;
74 if (spin > 360.0)
75 spin = spin - 360.0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 125 unsigned spin = 0; local
129 if ((spin++ & 0xff) == 0xff)
nv98_video_bsp.c 172 unsigned spin = 0; local
175 if ((spin++ & 0xff) == 0xff) {
nv98_video_vp.c 182 unsigned spin = 0; local
185 if ((spin++ & 0xff) == 0xff) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 125 unsigned spin = 0; local
129 if ((spin++ & 0xff) == 0xff)
nvc0_video_bsp.c 221 unsigned spin = 0; local
224 if ((spin++ & 0xff) == 0xff) {
nvc0_video_vp.c 182 unsigned spin = 0; local
185 if ((spin++ & 0xff) == 0xff) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 125 unsigned spin = 0; local
129 if ((spin++ & 0xff) == 0xff)
nv98_video_bsp.c 172 unsigned spin = 0; local
175 if ((spin++ & 0xff) == 0xff) {
nv98_video_vp.c 182 unsigned spin = 0; local
185 if ((spin++ & 0xff) == 0xff) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 125 unsigned spin = 0; local
129 if ((spin++ & 0xff) == 0xff)
nvc0_video_bsp.c 221 unsigned spin = 0; local
224 if ((spin++ & 0xff) == 0xff) {
nvc0_video_vp.c 182 unsigned spin = 0; local
185 if ((spin++ & 0xff) == 0xff) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
radeonsi-run-tests.py 230 spin = itertools.cycle("-\\|/") variable
252 sys.stdout.write(next(spin))
  /xsrc/external/mit/mesa-demos/dist/src/demos/
pointblast.c 34 static int spin = 0; variable
151 if (!motion && !spin) {
164 if (spin) {
175 if (animate && (motion || spin)) {
314 spin = 1 - spin;
315 if (animate && (spin || motion)) {
346 if (animate && (motion || spin)) {
467 glutAddMenuEntry("Toggle spin", 13);
reflect.c 54 GLfloat spin; member in struct:window
256 glRotatef( w->spin, 1.0, 0.5, 0.0 );
257 glRotatef( 0.5*w->spin, 0.0, 0.5, 1.0 );
262 glTranslatef( -1.0, 0.85+3.0*fabs( cos(0.01*w->spin) ), 0.0 );
263 glRotatef( 0.5*w->spin, 0.0, 0.5, 1.0 );
264 glRotatef( w->spin, 1.0, 0.5, 0.0 );
272 glTranslatef( -1.0, 0.85+3.0*fabs( cos(0.01*w->spin) ), 0.0 );
273 glRotatef( 0.5*w->spin, 0.0, 0.5, 1.0 );
274 glRotatef( w->spin, 1.0, 0.5, 0.0 );
281 glRotatef( w->spin, 1.0, 0.5, 0.0 )
    [all...]
spriteblast.c 38 static int spin = 0; variable
213 if (!motion && !spin) {
226 if (spin) {
236 if (animate && (motion || spin)) {
399 spin = 1 - spin;
400 if (animate && (spin || motion)) {
431 if (animate && (motion || spin)) {
642 glutAddMenuEntry("Toggle spin", 13);

Completed in 12 milliseconds