Searched refs:__glutFinishMenu (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_winproc.c | 344 __glutFinishMenu(hwnd, point.x, point.y); 414 __glutFinishMenu(hwnd, point.x, point.y); 418 __glutFinishMenu(hwnd, point.x, point.y); 505 __glutFinishMenu(hwnd, point.x, point.y);
|
| H A D | glutint.h | 606 extern void (*__glutFinishMenu)(Window win, int x, int y); 720 extern void __glutFinishMenu(Window win, int x, int y);
|
| H A D | win32_menu.c | 62 __glutFinishMenu(Window win, int x, int y) function in typeref:typename:void
|
| H A D | glut_event.c | 93 void (*__glutFinishMenu)(Window win, int x, int y); variable in typeref:typename:void (*)(Window win,int x,int y) 442 __glutFinishMenu(event.xbutton.window, event.xbutton.x, event.xbutton.y);
|
| H A D | glut_menu.c | 831 __glutFinishMenu = finishMenu;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 624 extern void (*__glutFinishMenu)(Window win, int x, int y); 727 extern void __glutFinishMenu(Window win, int x, int y);
|
Completed in 10 milliseconds