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

/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp59 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); local
62 if ((crossProduct0 < 0 && crossProduct1 < 0) ||
63 (crossProduct0 > 0 && crossProduct1 > 0))
73 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x()); local
76 if ((crossProduct0 < 0 && crossProduct1 < 0) ||
77 (crossProduct0 > 0 && crossProduct1 > 0))

Completed in 67 milliseconds