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

  /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;
369 void MultisampleCase::renderLine (const Vec2& p0, const Vec2& p1, const Vec4& color) const
708 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 604 void (*renderLine)(GL, vertex_t*, vertex_t*);

Completed in 330 milliseconds