Home | History | Annotate | Download | only in functional

Lines Matching refs:renderLine

193 	void				renderLine				(const Vec2& p0, const Vec2& p1, const Vec4& color) const;
282 void MultisampleCase::renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const
552 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f));