Searched refs:GLUTCALLBACK (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglutf90.h51 typedef void (GLUTCALLBACK *GLUTdisplayFCB) (void);
52 typedef void (GLUTCALLBACK *GLUTreshapeFCB) (int *, int *);
54 typedef void (GLUTCALLBACK *GLUTkeyboardFCB) (int *, int *, int *);
55 typedef void (GLUTCALLBACK *GLUTmouseFCB) (int *, int *, int *, int *);
56 typedef void (GLUTCALLBACK *GLUTmotionFCB) (int *, int *);
57 typedef void (GLUTCALLBACK *GLUTpassiveFCB) (int *, int *);
58 typedef void (GLUTCALLBACK *GLUTentryFCB) (int *);
59 typedef void (GLUTCALLBACK *GLUTwindowStatusFCB) (int *);
60 typedef void (GLUTCALLBACK *GLUTvisibilityFCB) (int *);
61 typedef void (GLUTCALLBACK *GLUTspecialFC
[all...]
H A Dglut.h82 # define GLUTCALLBACK __cdecl macro
110 # define GLUTCALLBACK
115 /* Define GLUTAPIENTRY and GLUTCALLBACK to nothing */
118 # define GLUTCALLBACK
512 GLUTAPI int GLUTAPIENTRY glutCreateMenu(void (GLUTCALLBACK *func)(int));
514 GLUTAPI int GLUTAPIENTRY __glutCreateMenuWithExit(void (GLUTCALLBACK *func)(int), void (__cdecl *exitfunc)(int));
531 GLUTAPI void GLUTAPIENTRY glutDisplayFunc(void (GLUTCALLBACK *func)(void));
532 GLUTAPI void GLUTAPIENTRY glutReshapeFunc(void (GLUTCALLBACK *func)(int width, int height));
533 GLUTAPI void GLUTAPIENTRY glutKeyboardFunc(void (GLUTCALLBACK *func)(unsigned char key, int x, int y));
534 GLUTAPI void GLUTAPIENTRY glutMouseFunc(void (GLUTCALLBACK *fun
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h264 typedef void (GLUTCALLBACK *GLUTdisplayCB) (void);
265 typedef void (GLUTCALLBACK *GLUTreshapeCB) (int, int);
266 typedef void (GLUTCALLBACK *GLUTkeyboardCB) (unsigned char, int, int);
267 typedef void (GLUTCALLBACK *GLUTmouseCB) (int, int, int, int);
268 typedef void (GLUTCALLBACK *GLUTmotionCB) (int, int);
269 typedef void (GLUTCALLBACK *GLUTpassiveCB) (int, int);
270 typedef void (GLUTCALLBACK *GLUTentryCB) (int);
271 typedef void (GLUTCALLBACK *GLUTvisibilityCB) (int);
272 typedef void (GLUTCALLBACK *GLUTwindowStatusCB) (int);
273 typedef void (GLUTCALLBACK *GLUTidleC
[all...]
H A Dglut_win.c429 static void GLUTCALLBACK
439 void GLUTCALLBACK
1008 static void GLUTCALLBACK
H A Dwin32_menu.c21 void (GLUTCALLBACK *__glutMenuStatusFunc) (int, int, int); variable in typeref:typename:void (* __glutMenuStatusFunc)(int,int,int)
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dolympic.c180 #if !defined(GLUTCALLBACK)
181 #define GLUTCALLBACK macro
184 static void GLUTCALLBACK glut_post_redisplay_p(void)
H A Dstar.c306 #if !defined(GLUTCALLBACK)
307 #define GLUTCALLBACK macro
310 static void GLUTCALLBACK glut_post_redisplay_p(void)
H A Dstretch.c321 #if !defined(GLUTCALLBACK)
322 #define GLUTCALLBACK macro
325 static void GLUTCALLBACK glut_post_redisplay_p(void)
H A Dwave.c90 #if !defined(GLUTCALLBACK)
91 #define GLUTCALLBACK macro
95 static void GLUTCALLBACK glut_post_redisplay_p(void)

Completed in 9 milliseconds