Lines Matching refs:Vec3
46 using tcu::Vec3;
176 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
177 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const;
303 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
347 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const
354 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f),
355 Vec3(p1.x(), p1.y(), 0.0f),
356 Vec3(p2.x(), p2.y(), 0.0f),