Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp302 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); in clipTriangleOneVertex() local
304 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleOneVertex()
326 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); in clipTriangleOneVertex() local
328 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleOneVertex()
377 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); in clipTriangleTwoVertices() local
379 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleTwoVertices()
401 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position); in clipTriangleTwoVertices() local
403 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine); in clipTriangleTwoVertices()

Completed in 4 milliseconds