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

  /xsrc/external/mit/glu/dist/src/libtess/
tessmono.c 98 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
107 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( up, up->Lprev );
120 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
mesh.h 221 * __gl_meshConnect( eOrg, eDst ) creates a new edge from eOrg->Dst
253 GLUhalfEdge *__gl_meshConnect( GLUhalfEdge *eOrg, GLUhalfEdge *eDst );
sweep.c 194 e = __gl_meshConnect( RegionBelow(reg)->eUp->Sym, reg->eUp->Lnext );
322 e = __gl_meshConnect( ePrev->Lprev, e->Sym );
929 eNew = __gl_meshConnect( eBottomLeft->Lprev, eNew );
1053 eNew = __gl_meshConnect( vEvent->anEdge->Sym, eUp->Lnext );
1056 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( eLo->Dnext, vEvent->anEdge);
mesh.c 498 /* __gl_meshConnect( eOrg, eDst ) creates a new edge from eOrg->Dst
508 GLUhalfEdge *__gl_meshConnect( GLUhalfEdge *eOrg, GLUhalfEdge *eDst )

Completed in 74 milliseconds