Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1080 static int binarySearchFirstVec3WithXAtLeast (const vector<Vec3>& sorted, float x) in binarySearchFirstVec3WithXAtLeast() function
1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()