Home
last modified time | relevance | path

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

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