Searched refs:GLUTmotionFCB (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/include/GL/ | ||
| H A D | glutf90.h | 28 #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 D | glut_fcb.c | 36 __glutCurrentWindow->fmotion = (GLUTmotionFCB) func; |
| H A D | glutint.h | 395 GLUTmotionFCB fmotion; /* Fortran motion */ |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ | ||
| H A D | glutint.h | 280 typedef void (*GLUTmotionFCB) (int *, int *); typedef in typeref:typename:void (*)(int *,int *) 411 GLUTmotionFCB fmotion; /* Fortran motion */ |
Completed in 35 milliseconds