HomeSort by relevance Sort by last modified time
    Searched full:__gl_meshsplitedge (Results 1 - 5 of 5) sorted by null

  /external/skia/third_party/glu/
gluos.h 85 #define __gl_meshSplitEdge Sk__gl_meshSplitEdge
  /external/skia/third_party/glu/libtess/
sweep.c 537 if ( __gl_meshSplitEdge( eLo->Sym ) == NULL) longjmp(tess->env,1);
551 if (__gl_meshSplitEdge( eUp->Sym ) == NULL) longjmp(tess->env,1);
589 e = __gl_meshSplitEdge( eUp );
598 e = __gl_meshSplitEdge( eLo );
696 if (__gl_meshSplitEdge( eUp->Sym ) == NULL) longjmp(tess->env,1);
707 if (__gl_meshSplitEdge( eLo->Sym ) == NULL) longjmp(tess->env,1);
723 if (__gl_meshSplitEdge( eUp->Sym ) == NULL) longjmp(tess->env,1);
729 if (__gl_meshSplitEdge( eLo->Sym ) == NULL) longjmp(tess->env,1);
745 if (__gl_meshSplitEdge( eUp->Sym ) == NULL) longjmp(tess->env,1);
746 if (__gl_meshSplitEdge( eLo->Sym ) == NULL) longjmp(tess->env,1)
    [all...]
mesh.h 224 * __gl_meshSplitEdge( eOrg ) splits eOrg into two edges eOrg and eNew,
259 GLUhalfEdge *__gl_meshSplitEdge( GLUhalfEdge *eOrg );
mesh.c 469 /* __gl_meshSplitEdge( eOrg ) splits eOrg into two edges eOrg and eNew,
473 GLUhalfEdge *__gl_meshSplitEdge( GLUhalfEdge *eOrg )
tess.c 364 if (__gl_meshSplitEdge( e ) == NULL) return 0;

Completed in 114 milliseconds