Searched refs:GLUTtimer (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutEvent.cpp23 * CLASS: GLUTtimer
27 struct GLUTtimer { struct
28 GLUTtimer *next; // list of timers
37 static GLUTtimer *__glutTimerList = 0; // list of timer callbacks
38 static GLUTtimer *freeTimerList = 0;
48 GLUTtimer *timer, *other;
49 GLUTtimer **prevptr;
58 timer = new GLUTtimer();
86 GLUTtimer *timer;
H A Dglutint.h534 typedef struct _GLUTtimer GLUTtimer; typedef in typeref:struct:_GLUTtimer
536 GLUTtimer *next; /* list of timers */
615 extern GLUTtimer *__glutTimerList;
616 extern GLUTtimer *__glutNewTimer;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_event.c79 static GLUTtimer *freeTimerList = NULL;
82 GLUTtimer *__glutTimerList = NULL;
84 GLUTtimer *__glutNewTimer;
115 GLUTtimer *timer, *other;
116 GLUTtimer **prevptr;
130 timer = (GLUTtimer *) malloc(sizeof(GLUTtimer));
168 GLUTtimer *timer;
H A Dglutint.h512 typedef struct _GLUTtimer GLUTtimer; typedef in typeref:struct:_GLUTtimer
514 GLUTtimer *next; /* list of timers */
597 extern GLUTtimer *__glutTimerList;
598 extern GLUTtimer *__glutNewTimer;
H A Dwin32_winproc.c22 extern GLUTtimer *__glutTimerList;

Completed in 12 milliseconds