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

/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); local
300 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
322 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); local
324 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
373 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); local
375 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
397 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); local
399 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);

Completed in 86 milliseconds