Searched defs:halfFilled (Results 1 - 2 of 2) sorted by relevance

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

Completed in 178 milliseconds