Searched refs:maxUniformIndex (Results 1 – 1 of 1) sorted by relevance
115 int NewUniformIndex() { return ++maxUniformIndex; } in NewUniformIndex()368 int maxUniformIndex; variable469 nvertices(0), nfaces(0), maxVertexID(0), maxFaceID(0), maxUniformIndex(0), in HbrMesh()639 if (uindex > maxUniformIndex) maxUniformIndex = uindex; in NewFace()