Home
last modified time | relevance | path

Searched refs:sortedSamples (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp368 vector<Sample> sortedSamples (samples.begin(), samples.end()); in analyzeResults() local
370 std::sort(sortedSamples.begin(), sortedSamples.end(), CompareSampleDrawCount()); in analyzeResults()
372 …for (vector<Sample>::const_iterator iter = sortedSamples.begin(); iter != sortedSamples.end(); ++i… in analyzeResults()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp477 vector<Sample> sortedSamples (samples.begin(), samples.end()); in analyzeResults() local
479 std::sort(sortedSamples.begin(), sortedSamples.end(), CompareSampleDrawCount()); in analyzeResults()
481 …for (vector<Sample>::const_iterator iter = sortedSamples.begin(); iter != sortedSamples.end(); ++i… in analyzeResults()