Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp527 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
528 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp524 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
525 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1822 …const tcu::Vec2 offsetDirection = (isXMajor) ? (tcu::Vec2(0.0f, -1.0f)) : (tcu::Vec2(-1.0f, 0.0f)); in verifySinglesampleWideLineGroupInterpolation() local
1823 const tcu::Vec2 offset = offsetDirection * offsetLength; in verifySinglesampleWideLineGroupInterpolation()