Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets() local
1132 if (firstCandidateNdx >= 0) in oneWayComparePointSets()
1135 …for (int superNdx = firstCandidateNdx; superNdx < (int)supersetSorted.size() && supersetSorted[sup… in oneWayComparePointSets()