Home | History | Annotate | Download | only in functional

Lines Matching refs:renderTriangle

187 	void				renderTriangle			(const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
188 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const;
189 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
190 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const;
228 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
253 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const
255 renderTriangle(p0, p1, p2, color, color, color);
258 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
260 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f),
266 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const
268 renderTriangle(p0, p1, p2, color, color, color);
273 renderTriangle(p0, p1, p2, c0, c1, c2);
274 renderTriangle(p2, p1, p3, c2, c1, c3);
517 renderTriangle(Vec2(0.0f, 0.0f),
696 renderTriangle(corners[(0+quadNdx) % 4] + center,
703 renderTriangle(corners[(3+quadNdx) % 4] + center,
710 renderTriangle(corners[(0+quadNdx) % 4] + center,
762 renderTriangle(corners[(0+quadSubAngleNdx) % 4],
769 renderTriangle(corners[(3+quadSubAngleNdx) % 4],
776 renderTriangle(corners[(0+quadSubAngleNdx) % 4],
802 renderTriangle(corners[(0+quadSubAngleNdx) % 4],
809 renderTriangle(corners[(3+quadSubAngleNdx) % 4],
816 renderTriangle(corners[(0+quadSubAngleNdx) % 4],
933 renderTriangle(pt0, pt1, pt2, color);
996 renderTriangle(Vec2(0.0f, 0.0f),
1411 renderTriangle(Vec2(0.0f, 0.0f),