Home
last modified time | relevance | path

Searched refs:GLUT_GAME_MODE_POSSIBLE (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c182 if (!glutGameModeGet(GLUT_GAME_MODE_POSSIBLE)) { in game_mode()
204 DUMP(GLUT_GAME_MODE_POSSIBLE); in dump_game_mode()
/haiku/src/libs/glut/
H A DglutGameMode.cpp320 case GLUT_GAME_MODE_POSSIBLE: in glutGameModeGet()
/haiku/headers/libs/glut/GL/
H A Dglut.h743 #define GLUT_GAME_MODE_POSSIBLE 1 macro