Searched refs:rangesIntersect (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp128 inline bool rangesIntersect (const tcu::IVec2& a, const tcu::IVec2& b) function in namespace:deqp::gles2::Functional
136 DE_ASSERT(rangesIntersect(a, b));
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp128 inline bool rangesIntersect (const tcu::IVec2& a, const tcu::IVec2& b) function in namespace:deqp::gles3::Functional
136 DE_ASSERT(rangesIntersect(a, b));
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))

Completed in 51 milliseconds