Home | History | Annotate | Download | only in tessellation

Lines Matching defs:objectIndex

205 	int objectIndex  = 0;
207 for (; currentIndex < subobjectIndex; ++objectIndex)
208 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
212 --objectIndex;
213 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
216 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);