Home | History | Annotate | Download | only in functional

Lines Matching refs:indexMax

192 	spec.indexMax							= 0;
274 spec.indexMax = 0;
310 spec.indexMax = 0;
357 spec.indexMax = 0;
418 spec.indexMax = 0;
2170 spec.indexMax = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), 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)