Home | History | Annotate | Download | only in glshared

Lines Matching refs:indexMin

2470 		name << "ranged_" << indexMin << "_" << indexMax << "_";
2577 << "range start " << indexMin << ", "
2714 << "\trange start " << indexMin << "\n"
2772 << "\trange start " << indexMin << "\n"
2834 indexMin = 0;
2854 const int indexRangeHash = (!ranged) ? (0) : (indexMin + 10 * indexMax);
2887 if (indexMin > indexMax)
2889 if (indexMin < 0 || indexMax < 0)
2891 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue)
3170 const int indexMin = (ranged) ? (spec.indexMin) : (0);
3174 const size_t elementCount = primitiveElementCount + indexMin + firstAddition + baseVertexAddition; // !< elements in buffer (buffer should have at least primitiveElementCount ACCESSIBLE (index range, first) elements)
3175 const int maxElementIndex = (int)primitiveElementCount + indexMin + firstAddition - 1;
3255 const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.indexType, spec.indexPointerOffset, indexMin, indexMax, indexBase);
3267 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());
3268 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());