Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp80 bool isTriangleClockwise (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2) in isTriangleClockwise() function
2099 const bool order = isTriangleClockwise(p0, p1, p2); //!< clockwise / counter-clockwise in calculateTriangleCoverage()