Searched refs:pointOnTriangle (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 322 bool pointOnTriangle (const tcu::IVec3& p, const tcu::IVec3& t0, const tcu::IVec3& t1, const tcu::I… in pointOnTriangle() function 2036 if (pointOnTriangle(tcu::IVec3(0, 0, 0), r0, r1, r2)) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 325 bool pointOnTriangle (const tcu::IVec3& p, const tcu::IVec3& t0, const tcu::IVec3& t1, const tcu::I… in pointOnTriangle() function 2039 if (pointOnTriangle(tcu::IVec3(0, 0, 0), r0, r1, r2)) in init()
|