Lines Matching refs:indexMin
82 spec.indexMin = 0; in addTestIterations()
86 spec.indexMin = 23; in addTestIterations()
93 spec.indexMin = 5; in addTestIterations()
112 spec.indexMin = 0; in genBasicSpec()
190 spec.indexMin = 0; in init()
225 spec.indexMin = 0; in init()
271 spec.indexMin = 0; in init()
331 spec.indexMin = 0; in init()
1040 …spec.indexMin = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMins)… in init()
1086 …if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.… in init()
1098 …Method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2) in init()