Lines Matching refs:LineInterpolationTest
1796 class LineInterpolationTest : public BaseRenderingCase class
1799 …LineInterpolationTest(Context &ctx, const char *name, const char *desc, glw::GLenum primitive, int…
1801 ~LineInterpolationTest(void);
1817 LineInterpolationTest::LineInterpolationTest(Context &ctx, const char *name, const char *desc, glw:… in LineInterpolationTest() function in deqp::gles2::Functional::__anon072818d90111::LineInterpolationTest
1828 LineInterpolationTest::~LineInterpolationTest(void) in ~LineInterpolationTest()
1833 LineInterpolationTest::IterateResult LineInterpolationTest::iterate(void) in iterate()
1926 void LineInterpolationTest::generateVertices(int iteration, std::vector<tcu::Vec4> &outVertices, in generateVertices()
1963 void LineInterpolationTest::extractLines(std::vector<LineSceneSpec::SceneLine> &outLines, in extractLines()
2167 …basic->addChild(new LineInterpolationTest(m_context, "lines", "Verify line interpolation", GL_LINE… in init()
2169 …basic->addChild(new LineInterpolationTest(m_context, "line_strip", "Verify line strip interpolatio… in init()
2171 …basic->addChild(new LineInterpolationTest(m_context, "line_loop", "Verify line loop interpolation", in init()
2173 …basic->addChild(new LineInterpolationTest(m_context, "lines_wide", "Verify wide line interpolation… in init()
2175 basic->addChild(new LineInterpolationTest(m_context, "line_strip_wide", in init()
2178 basic->addChild(new LineInterpolationTest(m_context, "line_loop_wide", in init()
2198 …projected->addChild(new LineInterpolationTest(m_context, "lines", "Verify line interpolation", GL_… in init()
2200 …projected->addChild(new LineInterpolationTest(m_context, "line_strip", "Verify line strip interpol… in init()
2202 …projected->addChild(new LineInterpolationTest(m_context, "line_loop", "Verify line loop interpolat… in init()
2204 …projected->addChild(new LineInterpolationTest(m_context, "lines_wide", "Verify wide line interpola… in init()
2206 projected->addChild(new LineInterpolationTest(m_context, "line_strip_wide", in init()
2209 projected->addChild(new LineInterpolationTest(m_context, "line_loop_wide", in init()