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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dtessmono.c98 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
107 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( up, up->Lprev );
120 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
H A Dmesh.h221 * __gl_meshConnect( eOrg, eDst ) creates a new edge from eOrg->Dst
253 GLUhalfEdge *__gl_meshConnect( GLUhalfEdge *eOrg, GLUhalfEdge *eDst );
H A Dsweep.c194 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);
H A Dmesh.c498 /* __gl_meshConnect( eOrg, eDst ) creates a new edge from eOrg->Dst
508 GLUhalfEdge *__gl_meshConnect( GLUhalfEdge *eOrg, GLUhalfEdge *eDst ) function in typeref:typename:GLUhalfEdge *

Completed in 9 milliseconds