Lines Matching refs:checkRange
126 static bool checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max);
643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max)
874 if (!checkRange(log, counterIncrements, counterPreGets, counterPostGets))
901 if (!checkRange(log, counterDecrements, counterPostGets, counterPreGets))