Searched refs:GLUTmotionFCB (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglutf90.h28 #define GLUT_FCB_MOTION 3 /* GLUTmotionFCB */
56 typedef void (GLUTCALLBACK *GLUTmotionFCB) (int *, int *); typedef in typeref:typename:void (GLUTCALLBACK *)(int *,int *)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fcb.c36 __glutCurrentWindow->fmotion = (GLUTmotionFCB) func;
H A Dglutint.h395 GLUTmotionFCB fmotion; /* Fortran motion */
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h280 typedef void (*GLUTmotionFCB) (int *, int *); typedef in typeref:typename:void (*)(int *,int *)
411 GLUTmotionFCB fmotion; /* Fortran motion */

Completed in 35 milliseconds