Searched defs:indexMin (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp227 int indexMin; //!< used only if drawMethod = Draw*Ranged member in struct:deqp::gls::DrawTestSpec
H A DglsDrawTest.cpp2554 name << "ranged_" << indexMin << "_" << indexMax << "_";
2661 << "range start " << indexMin << ", "
2798 << "\trange start " << indexMin << "\n"
2856 << "\trange start " << indexMin << "\n"
2918 indexMin = 0;
2938 const int indexRangeHash = (!ranged) ? (0) : (indexMin + 10 * indexMax);
2971 if (indexMin > indexMax)
2973 if (indexMin < 0 || indexMax < 0)
2975 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue)
3254 const int indexMin local
[all...]

Completed in 259 milliseconds