Lines Matching refs:LineInterpolationTest
2002 class LineInterpolationTest : public BaseRenderingCase class
2005 …LineInterpolationTest(Context &ctx, const char *name, const char *desc, glw::GLenum primitive, int…
2008 ~LineInterpolationTest(void);
2030 LineInterpolationTest::LineInterpolationTest(Context &ctx, const char *name, const char *desc, glw:… in LineInterpolationTest() function in deqp::gles3::Functional::__anon9806907b0111::LineInterpolationTest
2044 LineInterpolationTest::~LineInterpolationTest(void) in ~LineInterpolationTest()
2049 void LineInterpolationTest::init(void) in init()
2083 LineInterpolationTest::IterateResult LineInterpolationTest::iterate(void) in iterate()
2184 void LineInterpolationTest::generateVertices(int iteration, std::vector<tcu::Vec4> &outVertices, in generateVertices()
2221 void LineInterpolationTest::extractLines(std::vector<LineSceneSpec::SceneLine> &outLines, in extractLines()
2304 float LineInterpolationTest::getLineWidth(void) const in getLineWidth()
2444 …basic->addChild(new LineInterpolationTest(m_context, "lines", "Verify line interpolation", GL_LINE… in init()
2446 …basic->addChild(new LineInterpolationTest(m_context, "line_strip", "Verify line strip interpolatio… in init()
2449 …basic->addChild(new LineInterpolationTest(m_context, "line_loop", "Verify line loop interpolation", in init()
2451 …basic->addChild(new LineInterpolationTest(m_context, "lines_wide", "Verify wide line interpolation… in init()
2453 basic->addChild(new LineInterpolationTest(m_context, "line_strip_wide", in init()
2456 basic->addChild(new LineInterpolationTest(m_context, "line_loop_wide", in init()
2476 …projected->addChild(new LineInterpolationTest(m_context, "lines", "Verify line interpolation", GL_… in init()
2478 …projected->addChild(new LineInterpolationTest(m_context, "line_strip", "Verify line strip interpol… in init()
2481 …projected->addChild(new LineInterpolationTest(m_context, "line_loop", "Verify line loop interpolat… in init()
2484 …projected->addChild(new LineInterpolationTest(m_context, "lines_wide", "Verify wide line interpola… in init()
2487 projected->addChild(new LineInterpolationTest(m_context, "line_strip_wide", in init()
2490 projected->addChild(new LineInterpolationTest(m_context, "line_loop_wide", in init()
2510 …flatshading->addChild(new LineInterpolationTest(m_context, "lines", "Verify line flatshading", GL_… in init()
2512 …flatshading->addChild(new LineInterpolationTest(m_context, "line_strip", "Verify line strip flatsh… in init()
2515 …flatshading->addChild(new LineInterpolationTest(m_context, "line_loop", "Verify line loop flatshad… in init()
2518 …flatshading->addChild(new LineInterpolationTest(m_context, "lines_wide", "Verify wide line flatsha… in init()
2521 flatshading->addChild(new LineInterpolationTest(m_context, "line_strip_wide", in init()
2524 flatshading->addChild(new LineInterpolationTest(m_context, "line_loop_wide", in init()
2613 interpolation->addChild(new LineInterpolationTest( in init()
2616 interpolation->addChild(new LineInterpolationTest( in init()