OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:renderLine
(Results
1 - 5
of
5
) 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/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
...]
/frameworks/native/opengl/libagl/
context.h
605
void (*
renderLine
)(GL, vertex_t*, vertex_t*);
Completed in 89 milliseconds