HomeSort by relevance Sort by last modified time
    Searched full:trianglearea (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 175 float triangleArea (const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2)
341 const float ka = triangleArea(ndpixel, nd1, nd2);
342 const float kb = triangleArea(ndpixel, nd2, nd0);
343 const float kc = triangleArea(ndpixel, nd0, nd1);
    [all...]
glsLongStressCase.cpp 140 static inline float triangleArea (const Vec2& a, const Vec2& b, const Vec2& c)
    [all...]

Completed in 68 milliseconds