HomeSort by relevance Sort by last modified time
    Searched refs:halfFilled (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 87 const tcu::IVec4 halfFilled (127, 0, 0, 0);
90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
95 const int halfFilled = 127;
98 return a.x() + threshold < halfFilled;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 90 const tcu::IVec4 halfFilled (127, 0, 0, 0);
93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
98 const int halfFilled = 127;
101 return a.x() + threshold < halfFilled;
    [all...]

Completed in 55 milliseconds