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

  /xsrc/external/mit/glu/dist/src/libtess/
mesh.h 46 typedef struct ActiveRegion ActiveRegion; /* Internal data */
147 ActiveRegion *activeRegion; /* a region with this upper edge (sweep.c) */
181 * Other internal data (v->data, v->activeRegion, f->data, f->marked,
mesh.c 98 e->activeRegion = NULL;
106 eSym->activeRegion = NULL;
637 e->activeRegion = NULL;
646 eSym->activeRegion = NULL;
sweep.c 83 * - if none of the edges incident to the event vertex have an activeRegion
104 static void WalkDirtyRegions( GLUtesselator *tess, ActiveRegion *regUp );
105 static int CheckForRightSplice( GLUtesselator *tess, ActiveRegion *regUp );
107 static int EdgeLeq( GLUtesselator *tess, ActiveRegion *reg1,
108 ActiveRegion *reg2 )
151 static void DeleteRegion( GLUtesselator *tess, ActiveRegion *reg )
160 reg->eUp->activeRegion = NULL;
166 static int FixUpperEdge( ActiveRegion *reg, GLUhalfEdge *newEdge )
175 newEdge->activeRegion = reg;
180 static ActiveRegion *TopLeftRegion( ActiveRegion *reg
    [all...]

Completed in 7 milliseconds