HomeSort by relevance Sort by last modified time
    Searched defs:renderLine (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 90 void SourceCoverageViewText::renderLine(
193 renderLine(OS, L, WrappedSegment, Segments, ExpansionCol, ViewDepth);
SourceCoverageViewHTML.cpp 275 // If this view has sub-views, renderLine() cannot close the view's cell.
286 void SourceCoverageViewHTML::renderLine(
418 renderLine(OS, L, WrappedSegment, Segments, ExpansionCol, ViewDepth);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L,
212 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
SourceCoverageViewHTML.cpp 482 // If this view has sub-views, renderLine() cannot close the view's cell.
493 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L,
643 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
  /external/deqp/modules/gles2/functional/
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
552 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f));
    [all...]
  /external/deqp/modules/gles3/functional/
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
720 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f));
    [all...]

Completed in 646 milliseconds