Home | History | Annotate | Download | only in glshared

Lines Matching defs:indexMin

2471 		name << "ranged_" << indexMin << "_" << indexMax << "_";
2578 << "range start " << indexMin << ", "
2715 << "\trange start " << indexMin << "\n"
2773 << "\trange start " << indexMin << "\n"
2835 indexMin = 0;
2855 const int indexRangeHash = (!ranged) ? (0) : (indexMin + 10 * indexMax);
2888 if (indexMin > indexMax)
2890 if (indexMin < 0 || indexMax < 0)
2892 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue)
3185 const int indexMin = (ranged) ? (spec.indexMin) : (0);
3189 const size_t elementCount = primitiveElementCount + indexMin + firstAddition + baseVertexAddition; // !< elements in buffer (buffer should have at least primitiveElementCount ACCESSIBLE (index range, first) elements)
3190 const int maxElementIndex = (int)primitiveElementCount + indexMin + firstAddition - 1;
3270 const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.indexType, spec.indexPointerOffset, indexMin, indexMax, indexBase);
3282 m_glArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, glArray.get());
3283 m_rrArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, rrArray.get());