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

/external/skia/third_party/glu/libtess/
H A Dtess.c128 tess->callMesh = &noMesh;
341 tess->callMesh = (fn == NULL) ? &noMesh : (void (GLAPIENTRY *)(GLUmesh *)) fn;
518 if( ! tess->flagBoundary && tess->callMesh == &noMesh ) {
578 if( tess->callMesh != &noMesh ) {
587 (*tess->callMesh)( mesh ); /* user wants the mesh itself */
H A Dtess.h108 void (GLAPIENTRY *callMesh)( GLUmesh *mesh ); member in struct:GLUtesselator

Completed in 46 milliseconds