Searched refs:reshape (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c10 void reshape(int w, int h);
93 reshape(int w, int h) function
161 glutReshapeFunc(reshape);
/haiku/src/libs/glut/
H A DglutCallback.cpp114 gState.currentWindow->reshape = reshapeFunc;
116 gState.currentWindow->reshape = __glutDefaultReshape;
H A DglutWindow.h52 GLUTreshapeCB reshape; /* resize (width,height) */ member in class:GlutWindow
66 bool reshapeEvent; // call reshape
H A DglutWindow.cpp56 /*! Default reshape function */
105 reshape = __glutDefaultReshape;
119 displayEvent = 1; // get a reshape and a display event right away
H A Dglutint.h365 Bool forceReshape; /* force reshape before display */
388 GLUTreshapeCB reshape; /* resize (width,height) */ member in struct:_GLUTwindow
413 GLUTreshapeFCB freshape; /* Fortran reshape */
H A DglutEvent.cpp140 win->reshape(win->m_width, win->m_height);
814 * DESCRIPTION: handles reshape event
832 * DESCRIPTION: handles reshape and display events
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c317 reshape(int width, int height) function
399 glutReshapeFunc(reshape);

Completed in 52 milliseconds