OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trianglearea
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsLongStressCase.cpp
140
static inline float
triangleArea
(const Vec2& a, const Vec2& b, const Vec2& c)
[
all
...]
/external/deqp/framework/common/
tcuRasterizationVerifier.cpp
171
float
triangleArea
(const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2)
350
const float ka =
triangleArea
(ndpixel, nd1, nd2);
351
const float kb =
triangleArea
(ndpixel, nd2, nd0);
352
const float kc =
triangleArea
(ndpixel, nd0, nd1);
[
all
...]
Completed in 1605 milliseconds