Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp87 const tcu::IVec4 halfFilled (127, 0, 0, 0); in isHalfFilled() local
90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled()
95 const int halfFilled = 127; in isLessThanHalfFilled() local
98 return a.x() + threshold < halfFilled; in isLessThanHalfFilled()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp90 const tcu::IVec4 halfFilled (127, 0, 0, 0); in isHalfFilled() local
93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled()
98 const int halfFilled = 127; in isLessThanHalfFilled() local
101 return a.x() + threshold < halfFilled; in isLessThanHalfFilled()