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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp65 glutEntryFunc(GLUTentryCB entryFunc) argument
67 gState.currentWindow->entry = entryFunc;
68 if (!entryFunc) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_win.c986 glutEntryFunc(GLUTentryCB entryFunc) argument
989 entryFunc != NULL || __glutCurrentWindow->passive);
990 __glutCurrentWindow->entry = entryFunc;
991 if (!entryFunc) {

Completed in 3 milliseconds