Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libtess/
H A Dtess.c60 /*ARGSUSED*/ static void GLAPIENTRY noEnd( void ) {} in noEnd() function
122 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()