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

/haiku/headers/libs/glut/GL/
H A Dglut.h111 # define GLUTCALLBACK __cdecl macro
207 /* Define GLUTAPIENTRY and GLUTCALLBACK to nothing if we aren't on Win32. */
210 # define GLUTCALLBACK macro
606 GLUTAPI int GLUTAPIENTRY glutCreateMenu(void (GLUTCALLBACK *func)(int));
608 GLUTAPI int GLUTAPIENTRY __glutCreateMenuWithExit(void (GLUTCALLBACK *func)(int), void (__cdecl *exitfunc)(int));
610 static int GLUTAPIENTRY glutCreateMenu_ATEXIT_HACK(void (GLUTCALLBACK *func)(int)) { return __glutCreateMenuWithExit(func, exit); }
626 GLUTAPI void GLUTAPIENTRY glutDisplayFunc(void (GLUTCALLBACK *func)(void));
627 GLUTAPI void GLUTAPIENTRY glutReshapeFunc(void (GLUTCALLBACK *func)(int width, int height));
628 GLUTAPI void GLUTAPIENTRY glutKeyboardFunc(void (GLUTCALLBACK *func)(unsigned char key, int x, int y));
629 GLUTAPI void GLUTAPIENTRY glutMouseFunc(void (GLUTCALLBACK *fun
[all...]

Completed in 51 milliseconds