Home
last modified time | relevance | path

Searched refs:maxUniformIndex (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/hbr/
H A Dmesh.h115 int NewUniformIndex() { return ++maxUniformIndex; } in NewUniformIndex()
368 int maxUniformIndex; variable
469 nvertices(0), nfaces(0), maxVertexID(0), maxFaceID(0), maxUniformIndex(0), in HbrMesh()
639 if (uindex > maxUniformIndex) maxUniformIndex = uindex; in NewFace()