Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp528 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
529 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp525 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local
526 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp2105 const tcu::Vec2 offsetDirection = (isXMajor) ? (tcu::Vec2(0.0f, -1.0f)) : (tcu::Vec2(-1.0f, 0.0f));
2106 const tcu::Vec2 offset = offsetDirection * offsetLength;

Completed in 8 milliseconds