HomeSort by: relevance | last modified time | path
    Searched defs:mesh (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
backend.h 108 REAL mesh[3][4]; member in class:Backend
mesher.cc 141 Mesher::mesh( void ) function in class:Mesher
  /xsrc/external/mit/glu/dist/src/libtess/
mesh.c 38 #include "mesh.h"
112 * CS348a notes (see mesh.h). Basically it modifies the mesh so that
275 GLUhalfEdge *__gl_meshMakeEdge( GLUmesh *mesh )
290 e = MakeEdge( &mesh->eHead );
298 MakeVertex( newVertex1, e, &mesh->vHead );
299 MakeVertex( newVertex2, e->Sym, &mesh->vHead );
300 MakeFace( newFace, e, &mesh->fHead );
306 * mesh connectivity and topology. It changes the mesh so tha
609 GLUmesh *mesh = (GLUmesh *)memAlloc( sizeof( GLUmesh )); local
    [all...]
tess.c 41 #include "mesh.h"
48 #define GLU_TESS_MESH 100112 /* void (*)(GLUmesh *mesh) */
64 /*ARGSUSED*/ static void GLAPIENTRY noMesh( GLUmesh *mesh ) {}
82 /* Half-edges are allocated in pairs (see mesh.c) */
144 if( tess->mesh != NULL ) {
145 __gl_meshDeleteMesh( tess->mesh );
149 tess->mesh = NULL;
353 e = __gl_meshMakeEdge( tess->mesh );
401 tess->mesh = __gl_meshNewMesh();
402 if (tess->mesh == NULL) return 0
502 GLUmesh *mesh; local
    [all...]
tess.h 40 #include "mesh.h"
66 GLUmesh *mesh; /* stores the input contours, and eventually member in struct:GLUtesselator
101 void (GLAPIENTRY *callMesh)( GLUmesh *mesh );
  /xsrc/external/mit/mesa-demos/dist/src/samples/
wave.c 68 struct mesh { struct
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 208 * Size of shared variables accessed by compute/task/mesh shaders.
213 * Local workgroup size used by compute/task/mesh shaders.
478 /* Applies to MESH. */
483 } mesh; member in union:shader_info::__anon850

Completed in 27 milliseconds