/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 | SourceCoverageViewText.h | 49 void renderLine(raw_ostream &OS, LineRef L,
|
D | SourceCoverageViewHTML.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/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 95 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() function in SourceCoverageViewText 211 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|
D | SourceCoverageViewText.h | 52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
|
D | SourceCoverageViewHTML.h | 61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
|
D | SourceCoverageView.h | 182 virtual void renderLine(raw_ostream &OS, LineRef L,
|
D | SourceCoverageViewHTML.cpp | 491 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, in renderLine() function in SourceCoverageViewHTML 641 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|
D | SourceCoverageView.cpp | 231 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth); 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()
|