Searched refs:renderLine (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 22 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()
|
D | SourceCoverageView.h | 111 void renderLine(raw_ostream &OS, StringRef Line, int64_t LineNumber,
|
/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()
|