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

/external/skia/third_party/glu/libtess/
H A Dtess.h107 void (GLAPIENTRY *callEnd)( void ); member in struct:GLUtesselator
160 else (*tess->callEnd)();
H A Dtess.c124 tess->callEnd = &noEnd;
315 tess->callEnd = (fn == NULL) ? &noEnd : (void (GLAPIENTRY *)(void)) fn;
565 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd

Completed in 19 milliseconds