Lines Matching refs:LineInterpolationTest
1595 class LineInterpolationTest : public BaseRenderingCase class
1598 …LineInterpolationTest (Context& ctx, const char* name, const char* desc, glw::GLenum primitive, in…
1599 ~LineInterpolationTest (void);
1614 LineInterpolationTest::LineInterpolationTest (Context& ctx, const char* name, const char* desc, glw… in LineInterpolationTest() function in deqp::gles2::Functional::__anon6a6326e30111::LineInterpolationTest
1624 LineInterpolationTest::~LineInterpolationTest (void) in ~LineInterpolationTest()
1629 LineInterpolationTest::IterateResult LineInterpolationTest::iterate (void) in iterate()
1713 void LineInterpolationTest::generateVertices (int iteration, std::vector<tcu::Vec4>& outVertices, s… in generateVertices()
1750 void LineInterpolationTest::extractLines (std::vector<LineSceneSpec::SceneLine>& outLines, const st… in extractLines()
1912 …basic->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolation", … in init()
1913 …basic->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpol… in init()
1914 …basic->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolat… in init()
1915 …basic->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line interpola… in init()
1916 …basic->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip… in init()
1917 …basic->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop i… in init()
1929 …projected->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolation",… in init()
1930 …projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip inter… in init()
1931 …projected->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpo… in init()
1932 …projected->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line interp… in init()
1933 …projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line st… in init()
1934 …projected->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loo… in init()