Lines Matching defs:gState
29 GlutState gState;
89 gState.quitAll = true;
97 * and set up gState structure.
103 if (gState.display) {
160 gState.debug = true;
187 gState.initWidth = width;
193 gState.initHeight = height;
197 x = DisplayWidth() + x - gState.initWidth;
200 gState.initX = x;
204 y = DisplayHeight() + y - gState.initHeight;
207 gState.initY = y;
216 * and set up gState structure.
220 gState.display = new BApplication("application/x-glut-demo");
222 gState.appthread = spawn_thread(bAppThread, "BApplication", B_NORMAL_PRIORITY, 0);
223 resume_thread(gState.appthread);
242 gState.initX = x;
243 gState.initY = y;
252 gState.initWidth = width;
253 gState.initHeight = height;
262 gState.displayMode = mode;