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

  /external/skia/third_party/glu/libtess/
geom.h 80 int __gl_vertLeq( GLUvertex *u, GLUvertex *v );
81 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w );
82 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w );
83 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w )
    [all...]
geom.c 47 int __gl_vertLeq( GLUvertex *u, GLUvertex *v )
54 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w )
84 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w )
109 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w
    [all...]
mesh.c 51 static GLUvertex *allocVertex()
53 return (GLUvertex *)memAlloc( sizeof( GLUvertex ));
137 static void MakeVertex( GLUvertex *newVertex,
138 GLUhalfEdge *eOrig, GLUvertex *vNext )
141 GLUvertex *vPrev;
142 GLUvertex *vNew = newVertex;
227 static void KillVertex( GLUvertex *vDel, GLUvertex *newOrg )
230 GLUvertex *vPrev, *vNext
    [all...]
normal.c 80 GLUvertex *v, *v1, *v2;
83 GLUvertex *maxVert[3], *minVert[3];
84 GLUvertex *vHead = &tess->mesh->vHead;
147 GLUvertex *v, *vHead = &tess->mesh->vHead;
202 GLUvertex *v, *vHead = &tess->mesh->vHead;
mesh.h 49 typedef struct GLUvertex GLUvertex;
121 struct GLUvertex {
122 GLUvertex *next; /* next vertex (never NULL) */
123 GLUvertex *prev; /* previous vertex (never NULL) */
150 GLUvertex *Org; /* origin vertex (Overtex too long) */
171 GLUvertex vHead; /* dummy header for vertex list */
sweep.c 104 static void SweepEvent( GLUtesselator *tess, GLUvertex *vEvent );
122 GLUvertex *event = tess->event;
183 GLUvertex *org = reg->eUp->Org;
205 GLUvertex *dst = reg->eUp->Dst;
413 static void CallCombine( GLUtesselator *tess, GLUvertex *isect,
455 static void VertexWeights( GLUvertex *isect, GLUvertex *org, GLUvertex *dst,
476 static void GetIntersectData( GLUtesselator *tess, GLUvertex *isect,
477 GLUvertex *orgUp, GLUvertex *dstUp
    [all...]
priorityq-heap.c 58 #define LEQ(x,y) VertLeq((GLUvertex *)x, (GLUvertex *)y)
tess.h 92 GLUvertex *event; /* current sweep event being processed */
tess.c 90 MAX(sizeof(GLUvertex),sizeof(GLUface))))

Completed in 188 milliseconds