Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp255 const ClipFloat clipRatio = clipLineSegmentEnd(clippedV0, clippedV1); in getLineIntersectionPoint() local
258 if (clipRatio <= (ClipFloat)0.5) in getLineIntersectionPoint()
259 return tcu::mix(clippedV0, clippedV1, clipRatio); in getLineIntersectionPoint()