Home | History | Annotate | Download | only in functional

Lines Matching refs:indexMin

82 		spec.indexMin = 0;
86 spec.indexMin = 23;
93 spec.indexMin = 5;
112 spec.indexMin = 0;
190 spec.indexMin = 0;
225 spec.indexMin = 0;
271 spec.indexMin = 0;
331 spec.indexMin = 0;
332 spec.indexMax = 20; // \note addTestIterations is not called for the spec, so we must ensure [indexMin, indexMax] is a good range
1040 spec.indexMin = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights);
1086 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
1098 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2)