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

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp150 static bool vertexOnLeftSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) function in namespace:rr::LineRasterUtil
195 if (vertexOnLeftSideOfLine(v, l))
418 const bool startVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) ||
420 const bool endVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) ||

Completed in 99 milliseconds