Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp95 static inline bool vec3XLessThan (const Vec3& a, const Vec3& b) { return a.x() < b.x(); } in vec3XLessThan() function
1083 …r<Vec3>::const_iterator first = std::lower_bound(sorted.begin(), sorted.end(), ref, vec3XLessThan); in binarySearchFirstVec3WithXAtLeast()
1115 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets()