Searched refs:renderLine (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp21 void SourceCoverageView::renderLine( function in class:SourceCoverageView
206 renderLine(OS, *LI, LI.line_number(), WrappedSegment, LineSegments,
231 renderLine(OS, *LI, LI.line_number(), WrappedSegment, LineSegments,
H A DSourceCoverageView.h111 void renderLine(raw_ostream &OS, StringRef Line, int64_t LineNumber,
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp193 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 function in class:deqp::gles2::Functional::MultisampleCase
552 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f));
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp217 void renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const;
369 void MultisampleCase::renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const function in class:deqp::gles3::Functional::MultisampleCase
708 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f));

Completed in 111 milliseconds