Searched refs:noEnd (Results 1 – 1 of 1) sorted by relevance
60 /*ARGSUSED*/ static void GLAPIENTRY noEnd( void ) {} in noEnd() function122 tess->callEnd = &noEnd; in gluNewTess()311 tess->callEnd = (fn == NULL) ? &noEnd : (void (GLAPIENTRY *)(void)) fn; in gluTessCallback()561 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd in gluTessEndPolygon()