Home
last modified time | relevance | path

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) in reshape() function
161 glutReshapeFunc(reshape); in init()
/haiku/src/libs/glut/
H A DglutCallback.cpp114 gState.currentWindow->reshape = reshapeFunc; in glutReshapeFunc()
116 gState.currentWindow->reshape = __glutDefaultReshape; in glutReshapeFunc()
H A DglutWindow.h52 GLUTreshapeCB reshape; /* resize (width,height) */ variable
H A DglutWindow.cpp105 reshape = __glutDefaultReshape; in GlutWindow()
H A Dglutint.h388 GLUTreshapeCB reshape; /* resize (width,height) */ member
H A DglutEvent.cpp140 win->reshape(win->m_width, win->m_height); in processEventsAndTimeouts()
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c317 reshape(int width, int height) in reshape() function
399 glutReshapeFunc(reshape); in main()