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

/external/skia/third_party/glu/libtess/
H A Dtess.h104 void (GLAPIENTRY *callBegin)( GLenum type ); member in struct:GLUtesselator
145 else (*tess->callBegin)((a));
H A Dtess.c121 tess->callBegin = &noBegin;
284 tess->callBegin = (fn == NULL) ? &noBegin : (void (GLAPIENTRY *)(GLenum)) fn;
565 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd

Completed in 151 milliseconds