Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1115 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets() local
1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()
1135 …for (int superNdx = firstCandidateNdx; superNdx < (int)supersetSorted.size() && supersetSorted[sup… in oneWayComparePointSets()
1137 const Vec3& superPt = supersetSorted[superNdx]; in oneWayComparePointSets()