Searched defs:pixelNearLineSegment (Results 1 - 1 of 1) sorted by last modified time

/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp104 bool pixelNearLineSegment (const tcu::IVec2& pixel, const tcu::Vec2& p0, const tcu::Vec2& p1) function in namespace:deqp::gls::RasterizationTestUtil::__anon20397
158 const bool pixelOnEdge0 = pixelNearLineSegment(pixel, triangleScreenSpace[0], triangleScreenSpace[1]);
159 const bool pixelOnEdge1 = pixelNearLineSegment(pixel, triangleScreenSpace[1], triangleScreenSpace[2]);
160 const bool pixelOnEdge2 = pixelNearLineSegment(pixel, triangleScreenSpace[2], triangleScreenSpace[0]);

Completed in 88 milliseconds