Searched refs:__gl_meshSplice (Results 1 – 5 of 5) sorted by relevance
/external/skia/third_party/glu/libtess/ |
D | sweep.c | 330 if ( !__gl_meshSplice( e->Oprev, e ) ) longjmp(tess->env,1); in FinishLeftRegions() 331 if ( !__gl_meshSplice( ePrev, e ) ) longjmp(tess->env,1); in FinishLeftRegions() 383 if ( !__gl_meshSplice( e->Oprev, e ) ) longjmp(tess->env,1); in AddRightEdges() 384 if ( !__gl_meshSplice( ePrev->Oprev, e ) ) longjmp(tess->env,1); in AddRightEdges() 452 if ( !__gl_meshSplice( e1, e2 ) ) longjmp(tess->env,1); in SpliceMergeVertices() 538 if ( !__gl_meshSplice( eUp, eLo->Oprev ) ) longjmp(tess->env,1); in CheckForRightSplice() 552 if ( !__gl_meshSplice( eLo->Oprev, eUp ) ) longjmp(tess->env,1); in CheckForRightSplice() 591 if ( !__gl_meshSplice( eLo->Sym, e ) ) longjmp(tess->env,1); in CheckForLeftSplice() 600 if ( !__gl_meshSplice( eUp->Lnext, eLo->Sym ) ) longjmp(tess->env,1); in CheckForLeftSplice() 697 if ( !__gl_meshSplice( eLo->Sym, eUp ) ) longjmp(tess->env,1); in CheckForIntersect() [all …]
|
D | mesh.h | 255 int __gl_meshSplice( GLUhalfEdge *eOrg, GLUhalfEdge *eDst );
|
D | tess.c | 359 if ( !__gl_meshSplice( e, e->Sym ) ) return 0; in AddVertex()
|
D | mesh.c | 326 int __gl_meshSplice( GLUhalfEdge *eOrg, GLUhalfEdge *eDst ) in __gl_meshSplice() function
|
/external/skia/third_party/glu/ |
D | gluos.h | 84 #define __gl_meshSplice Sk__gl_meshSplice macro
|