Searched refs:renderLine (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 90 void SourceCoverageViewText::renderLine( in renderLine() function in SourceCoverageViewText 193 renderLine(OS, L, WrappedSegment, Segments, ExpansionCol, ViewDepth); in renderExpansionSite()
|
D | SourceCoverageViewHTML.cpp | 286 void SourceCoverageViewHTML::renderLine( in renderLine() function in SourceCoverageViewHTML 418 renderLine(OS, L, WrappedSegment, Segments, ExpansionCol, ViewDepth); in renderExpansionSite()
|
D | SourceCoverageViewHTML.h | 49 void renderLine(raw_ostream &OS, LineRef L,
|
D | SourceCoverageViewText.h | 49 void renderLine(raw_ostream &OS, LineRef L,
|
D | SourceCoverageView.h | 207 virtual void renderLine(raw_ostream &OS, LineRef L,
|
D | SourceCoverageView.cpp | 197 renderLine(OS, {*LI, LI.line_number()}, WrappedSegment, LineSegments, in print()
|
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 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 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/ |
D | es3fMultisampleTests.cpp | 217 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()
|