HomeSort by relevance Sort by last modified time
    Searched refs:oldListIter (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
154 newList.push_back(*oldListIter);
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
161 curRange = unionRanges(curRange, *oldListIter);
162 ++oldListIter;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
154 newList.push_back(*oldListIter);
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
161 curRange = unionRanges(curRange, *oldListIter);
162 ++oldListIter;
    [all...]

Completed in 111 milliseconds