Searched defs:pointOnTriangle (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp322 bool pointOnTriangle (const tcu::IVec3& p, const tcu::IVec3& t0, const tcu::IVec3& t1, const tcu::IVec3& t2) function in namespace:deqp::gles2::Functional::__anon4932
2036 if (pointOnTriangle(tcu::IVec3(0, 0, 0), r0, r1, r2))
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp325 bool pointOnTriangle (const tcu::IVec3& p, const tcu::IVec3& t0, const tcu::IVec3& t1, const tcu::IVec3& t2) function in namespace:deqp::gles3::Functional::__anon5061
2039 if (pointOnTriangle(tcu::IVec3(0, 0, 0), r0, r1, r2))

Completed in 129 milliseconds