Home | History | Annotate | Download | only in functional

Lines Matching refs:indexMin

191 	spec.indexMin							= 0;
273 spec.indexMin = 0;
309 spec.indexMin = 0;
356 spec.indexMin = 0;
417 spec.indexMin = 0;
2169 spec.indexMin = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights);
2217 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
2229 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2)