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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dtess.c60 /*ARGSUSED*/ static void GLAPIENTRY noEnd( void ) {} function in typeref:typename:void GLAPIENTRY
122 tess->callEnd = &noEnd;
311 tess->callEnd = (fn == NULL) ? &noEnd : (void (GLAPIENTRY *)(void)) fn;
561 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd

Completed in 2 milliseconds