| 
| FGAPI void FGAPIENTRY  | glutInit (int *pargc, char **argv) | 
|   | 
| FGAPI void FGAPIENTRY  | glutInitWindowPosition (int x, int y) | 
|   | 
| FGAPI void FGAPIENTRY  | glutInitWindowSize (int width, int height) | 
|   | 
| FGAPI void FGAPIENTRY  | glutInitDisplayMode (unsigned int displayMode) | 
|   | 
| FGAPI void FGAPIENTRY  | glutInitDisplayString (const char *displayMode) | 
|   | 
| FGAPI void FGAPIENTRY  | glutMainLoop (void) | 
|   | 
| FGAPI int FGAPIENTRY  | glutCreateWindow (const char *title) | 
|   | 
| FGAPI int FGAPIENTRY  | glutCreateSubWindow (int window, int x, int y, int width, int height) | 
|   | 
| FGAPI void FGAPIENTRY  | glutDestroyWindow (int window) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetWindow (int window) | 
|   | 
| FGAPI int FGAPIENTRY  | glutGetWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetWindowTitle (const char *title) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetIconTitle (const char *title) | 
|   | 
| FGAPI void FGAPIENTRY  | glutReshapeWindow (int width, int height) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPositionWindow (int x, int y) | 
|   | 
| FGAPI void FGAPIENTRY  | glutShowWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutHideWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutIconifyWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPushWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPopWindow (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutFullScreen (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPostWindowRedisplay (int window) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPostRedisplay (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSwapBuffers (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWarpPointer (int x, int y) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetCursor (int cursor) | 
|   | 
| FGAPI void FGAPIENTRY  | glutEstablishOverlay (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutRemoveOverlay (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutUseLayer (GLenum layer) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPostOverlayRedisplay (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPostWindowOverlayRedisplay (int window) | 
|   | 
| FGAPI void FGAPIENTRY  | glutShowOverlay (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutHideOverlay (void) | 
|   | 
| FGAPI int FGAPIENTRY  | glutCreateMenu (void(*callback)(int menu)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutDestroyMenu (int menu) | 
|   | 
| FGAPI int FGAPIENTRY  | glutGetMenu (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetMenu (int menu) | 
|   | 
| FGAPI void FGAPIENTRY  | glutAddMenuEntry (const char *label, int value) | 
|   | 
| FGAPI void FGAPIENTRY  | glutAddSubMenu (const char *label, int subMenu) | 
|   | 
| FGAPI void FGAPIENTRY  | glutChangeToMenuEntry (int item, const char *label, int value) | 
|   | 
| FGAPI void FGAPIENTRY  | glutChangeToSubMenu (int item, const char *label, int value) | 
|   | 
| FGAPI void FGAPIENTRY  | glutRemoveMenuItem (int item) | 
|   | 
| FGAPI void FGAPIENTRY  | glutAttachMenu (int button) | 
|   | 
| FGAPI void FGAPIENTRY  | glutDetachMenu (int button) | 
|   | 
| FGAPI void FGAPIENTRY  | glutTimerFunc (unsigned int time, void(*callback)(int), int value) | 
|   | 
| FGAPI void FGAPIENTRY  | glutIdleFunc (void(*callback)(void)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutKeyboardFunc (void(*callback)(unsigned char, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSpecialFunc (void(*callback)(int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutReshapeFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutVisibilityFunc (void(*callback)(int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutDisplayFunc (void(*callback)(void)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutMouseFunc (void(*callback)(int, int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutMotionFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutPassiveMotionFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutEntryFunc (void(*callback)(int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutKeyboardUpFunc (void(*callback)(unsigned char, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSpecialUpFunc (void(*callback)(int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutJoystickFunc (void(*callback)(unsigned int, int, int, int), int pollInterval) | 
|   | 
| FGAPI void FGAPIENTRY  | glutMenuStateFunc (void(*callback)(int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutMenuStatusFunc (void(*callback)(int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutOverlayDisplayFunc (void(*callback)(void)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWindowStatusFunc (void(*callback)(int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSpaceballMotionFunc (void(*callback)(int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSpaceballRotateFunc (void(*callback)(int, int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSpaceballButtonFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutButtonBoxFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutDialsFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutTabletMotionFunc (void(*callback)(int, int)) | 
|   | 
| FGAPI void FGAPIENTRY  | glutTabletButtonFunc (void(*callback)(int, int, int, int)) | 
|   | 
| FGAPI int FGAPIENTRY  | glutGet (GLenum query) | 
|   | 
| FGAPI int FGAPIENTRY  | glutDeviceGet (GLenum query) | 
|   | 
| FGAPI int FGAPIENTRY  | glutGetModifiers (void) | 
|   | 
| FGAPI int FGAPIENTRY  | glutLayerGet (GLenum query) | 
|   | 
| FGAPI void FGAPIENTRY  | glutBitmapCharacter (void *font, int character) | 
|   | 
| FGAPI int FGAPIENTRY  | glutBitmapWidth (void *font, int character) | 
|   | 
| FGAPI void FGAPIENTRY  | glutStrokeCharacter (void *font, int character) | 
|   | 
| FGAPI int FGAPIENTRY  | glutStrokeWidth (void *font, int character) | 
|   | 
| FGAPI int FGAPIENTRY  | glutBitmapLength (void *font, const unsigned char *string) | 
|   | 
| FGAPI int FGAPIENTRY  | glutStrokeLength (void *font, const unsigned char *string) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireCube (GLdouble size) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidCube (GLdouble size) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireSphere (GLdouble radius, GLint slices, GLint stacks) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidSphere (GLdouble radius, GLint slices, GLint stacks) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireCone (GLdouble base, GLdouble height, GLint slices, GLint stacks) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidCone (GLdouble base, GLdouble height, GLint slices, GLint stacks) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireTorus (GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidTorus (GLdouble innerRadius, GLdouble outerRadius, GLint sides, GLint rings) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireDodecahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidDodecahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireOctahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidOctahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireTetrahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidTetrahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireIcosahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidIcosahedron (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutWireTeapot (GLdouble size) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSolidTeapot (GLdouble size) | 
|   | 
| FGAPI void FGAPIENTRY  | glutGameModeString (const char *string) | 
|   | 
| FGAPI int FGAPIENTRY  | glutEnterGameMode (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutLeaveGameMode (void) | 
|   | 
| FGAPI int FGAPIENTRY  | glutGameModeGet (GLenum query) | 
|   | 
| FGAPI int FGAPIENTRY  | glutVideoResizeGet (GLenum query) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetupVideoResizing (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutStopVideoResizing (void) | 
|   | 
| FGAPI void FGAPIENTRY  | glutVideoResize (int x, int y, int width, int height) | 
|   | 
| FGAPI void FGAPIENTRY  | glutVideoPan (int x, int y, int width, int height) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetColor (int color, GLfloat red, GLfloat green, GLfloat blue) | 
|   | 
| FGAPI GLfloat FGAPIENTRY  | glutGetColor (int color, int component) | 
|   | 
| FGAPI void FGAPIENTRY  | glutCopyColormap (int window) | 
|   | 
| FGAPI void FGAPIENTRY  | glutIgnoreKeyRepeat (int ignore) | 
|   | 
| FGAPI void FGAPIENTRY  | glutSetKeyRepeat (int repeatMode) | 
|   | 
| FGAPI void FGAPIENTRY  | glutForceJoystickFunc (void) | 
|   | 
| FGAPI int FGAPIENTRY  | glutExtensionSupported (const char *extension) | 
|   | 
| FGAPI void FGAPIENTRY  | glutReportErrors (void) | 
|   |