Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp168 static bool vertexOnLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLine() function
179 if (!vertexOnLine(p, l)) in vertexOnLineSegment()
199 else if (vertexOnLine(v, l)) in getVertexSide()
419 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1))); in doesLineSegmentExitDiamond()
421 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1))); in doesLineSegmentExitDiamond()

Completed in 2 milliseconds