Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libtess/
H A Dtess.c57 /*ARGSUSED*/ static void GLAPIENTRY noBegin( GLenum type ) {} in noBegin() function
119 tess->callBegin = &noBegin; in gluNewTess()
280 tess->callBegin = (fn == NULL) ? &noBegin : (void (GLAPIENTRY *)(GLenum)) fn; in gluTessCallback()
561 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd in gluTessEndPolygon()