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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Ddefines.h42 #define CULL_ACCEPT 2 macro
H A Dcurve.cc60 cullval = mapdesc->isCulling() ? CULL_ACCEPT : CULL_TRIVIAL_ACCEPT;
78 if( cullval == CULL_ACCEPT )
117 if( cullval == CULL_ACCEPT )
200 if( cullval == CULL_ACCEPT )
H A Dcurvelist.cc90 return CULL_ACCEPT;
H A Dpatch.cc62 cullval = mapdesc->isCulling() ? CULL_ACCEPT : CULL_TRIVIAL_ACCEPT;
84 if( cullval == CULL_ACCEPT ) {
158 if( cullval == CULL_ACCEPT )
182 if( cullval == CULL_ACCEPT )
499 if( cullval == CULL_ACCEPT )
H A Dmapdesc.cc373 if( ( outbits == (unsigned int)mask ) && ( inbits != (unsigned int)mask ) ) return CULL_ACCEPT;
382 return CULL_ACCEPT;
405 if( ( outbits == (unsigned int)mask ) && ( inbits != (unsigned int)mask ) ) return CULL_ACCEPT;
414 return CULL_ACCEPT;
435 if( ( outbits == (unsigned int)mask ) && ( inbits != (unsigned int)mask ) ) return CULL_ACCEPT;
443 return CULL_ACCEPT;
H A Dpatchlist.cc101 return CULL_ACCEPT;
H A Dquilt.cc177 return CULL_ACCEPT;

Completed in 6 milliseconds