Lines Matching refs:GLUvertex
48 static GLUvertex *allocVertex()
50 return (GLUvertex *)memAlloc( sizeof( GLUvertex ));
134 static void MakeVertex( GLUvertex *newVertex,
135 GLUhalfEdge *eOrig, GLUvertex *vNext )
138 GLUvertex *vPrev;
139 GLUvertex *vNew = newVertex;
224 static void KillVertex( GLUvertex *vDel, GLUvertex *newOrg )
227 GLUvertex *vPrev, *vNext;
277 GLUvertex *newVertex1= allocVertex();
278 GLUvertex *newVertex2= allocVertex();
350 GLUvertex *newVertex= allocVertex();
460 GLUvertex *newVertex= allocVertex();
605 GLUvertex *v;
658 GLUvertex *v1 = &mesh1->vHead;
661 GLUvertex *v2 = &mesh2->vHead;
714 GLUvertex *v, *vNext;
745 GLUvertex *vHead = &mesh->vHead;
748 GLUvertex *v, *vPrev;