Searched refs:noBegin (Results 1 – 1 of 1) sorted by relevance
57 /*ARGSUSED*/ static void GLAPIENTRY noBegin( GLenum type ) {} in noBegin() function119 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()