Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp22 void SourceCoverageView::renderLine( in renderLine() function in SourceCoverageView
210 renderLine(OS, *LI, LI.line_number(), WrappedSegment, LineSegments, in render()
235 renderLine(OS, *LI, LI.line_number(), WrappedSegment, LineSegments, in render()
DSourceCoverageView.h111 void renderLine(raw_ostream &OS, StringRef Line, int64_t LineNumber,
/external/deqp/modules/gles2/functional/
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 in renderLine() function in deqp::gles2::Functional::MultisampleCase
552 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f)); in renderPattern()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp217 void renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const;
371 void MultisampleCase::renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const in renderLine() function in deqp::gles3::Functional::MultisampleCase
720 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f)); in renderPattern()