HomeSort by: relevance | last modified time | path
    Searched refs:boundaryOnly (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
tess.c 117 tess->boundaryOnly = FALSE;
228 tess->boundaryOnly = (value != 0);
257 assert(tess->boundaryOnly == TRUE || tess->boundaryOnly == FALSE);
258 *value= tess->boundaryOnly;
552 if( tess->boundaryOnly ) {
568 if( tess->boundaryOnly ) {
tess.h 93 GLboolean boundaryOnly; /* Extract contours, not triangles */
render.c 486 CALL_BEGIN_OR_BEGIN_DATA( tess->boundaryOnly ? GL_LINE_LOOP

Completed in 22 milliseconds