Lines Matching defs:rot
282 Redraw(Display *dpy, Window win, float rot)
287 glRotatef(rot, 0, 0, 1);
288 glRotatef(2.0 * rot, 1, 0, 0);
310 GLfloat rot = 0.0;
320 Redraw(dpy, win, rot);
337 rot += 1.0;
338 Redraw(dpy, win, rot);
344 rot -= 1.0;
345 Redraw(dpy, win, rot);
355 rot += 1.0;
356 Redraw(dpy, win, rot);