Searched refs:GLUTreshapeCB (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp99 glutReshapeFunc(GLUTreshapeCB reshapeFunc)
H A DglutWindow.h60 GLUTreshapeCB reshape; /* resize (width,height) */
H A Dglutint.h252 typedef void (*GLUTreshapeCB) (int, int); typedef in typeref:typename:void (*)(int,int)
384 GLUTreshapeCB reshape; /* resize (width,height) */
754 extern void __glutReshapeFunc(GLUTreshapeCB reshapeFunc,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h265 typedef void (GLUTCALLBACK *GLUTreshapeCB) (int, int); typedef in typeref:typename:void (GLUTCALLBACK *)(int,int)
369 GLUTreshapeCB reshape; /* resize (width,height) */
739 extern void __glutReshapeFunc(GLUTreshapeCB reshapeFunc,
H A Dglut_win.c1028 glutReshapeFunc(GLUTreshapeCB reshapeFunc)

Completed in 9 milliseconds