Searched refs:SubpixelLineSegment (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 97 struct SubpixelLineSegment struct 102 SubpixelLineSegment (const tcu::Vector<deInt64,2>& v0, const tcu::Vector<deInt64,2>& v1) in SubpixelLineSegment() argument 150 static bool vertexOnLeftSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLeftSideOfLine() 159 static bool vertexOnRightSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnRightSideOfLine() 168 static bool vertexOnLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLine() 177 static bool vertexOnLineSegment (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLineSegment() 193 static LINE_SIDE getVertexSide (const tcu::Vector<deInt64,2>& v, const SubpixelLineSegment& l) in getVertexSide() 209 bool lineInCornerAngleRange (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& cornerE… in lineInCornerAngleRange() 222 bool lineInCornerOutsideAngleRange (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& … in lineInCornerOutsideAngleRange() 234 bool doesLineSegmentExitDiamond (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& dia… in doesLineSegmentExitDiamond() [all …]
|