Searched refs:__glutCreateMenuWithExit (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglut.h514 GLUTAPI int GLUTAPIENTRY __glutCreateMenuWithExit(void (GLUTCALLBACK *func)(int), void (__cdecl *exitfunc)(int));
516 #define glutCreateMenu(__func) __glutCreateMenuWithExit(__func, exit)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_menu.c263 __glutCreateMenuWithExit(GLUTselectCB selectFunc, void (__cdecl *exitfunc)(int)) function in typeref:typename:int GLUTAPIENTRY

Completed in 3 milliseconds