Searched refs:reshapeFunc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp99 glutReshapeFunc(GLUTreshapeCB reshapeFunc) argument
101 if (reshapeFunc) {
102 gState.currentWindow->reshape = reshapeFunc;
H A Dglutint.h754 extern void __glutReshapeFunc(GLUTreshapeCB reshapeFunc,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_win.c1028 glutReshapeFunc(GLUTreshapeCB reshapeFunc) argument
1030 if (reshapeFunc) {
1031 __glutCurrentWindow->reshape = reshapeFunc;
H A Dglutint.h739 extern void __glutReshapeFunc(GLUTreshapeCB reshapeFunc,

Completed in 7 milliseconds