HomeSort by relevance Sort by last modified time
    Searched refs:flagBoundary (Results 1 - 3 of 3) sorted by null

  /external/skia/third_party/glu/libtess/
tess.c 118 tess->flagBoundary = FALSE;
296 tess->flagBoundary = (fn != NULL);
304 tess->flagBoundary = (fn != NULL);
518 if( ! tess->flagBoundary && tess->callMesh == &noMesh ) {
tess.h 99 GLboolean flagBoundary; /* mark boundary edges (use EdgeFlag) */
render.c 129 if( ! tess->flagBoundary ) {
267 if( tess->flagBoundary ) {

Completed in 134 milliseconds