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

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp140 static inline float triangleArea (const Vec2& a, const Vec2& b, const Vec2& c) function in namespace:deqp::gls
1048 const float triArea = triangleArea(Vec2(vtxAComps[0], vtxAComps[1]),
H A DglsRasterizationTestUtil.cpp175 float triangleArea (const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2) function in namespace:deqp::gls::RasterizationTestUtil::__anon20397
341 const float ka = triangleArea(ndpixel, nd1, nd2);
342 const float kb = triangleArea(ndpixel, nd2, nd0);
343 const float kc = triangleArea(ndpixel, nd0, nd1);

Completed in 411 milliseconds