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

/external/skia/third_party/glu/libtess/
H A Dtess.c67 /*ARGSUSED*/ static void GLAPIENTRY noMesh( GLUmesh *mesh ) {} function
128 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 ) {

Completed in 65 milliseconds