Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp210 virtual ClipVec4 getLineIntersectionPoint (const ClipVec4& v0, const ClipVec4& v1) const = 0;
221 ClipVec4 getLineIntersectionPoint (const ClipVec4& v0, const ClipVec4& v1) const;
243 ClipVec4 ComponentPlane<Sign, CompNdx>::getLineIntersectionPoint (const ClipVec4& v0, const ClipVec… in getLineIntersectionPoint() function in rr::__anon8d87abf10111::cliputil::ComponentPlane
300 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleOneVertex()
324 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleOneVertex()
375 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleTwoVertices()
399 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleTwoVertices()