Lines Matching refs:LineInterpolationTest

1900 class LineInterpolationTest : public BaseRenderingCase  class
1903LineInterpolationTest (Context& ctx, const char* name, const char* desc, glw::GLenum primitive, in…
1904 ~LineInterpolationTest (void);
1925 LineInterpolationTest::LineInterpolationTest (Context& ctx, const char* name, const char* desc, glw… in LineInterpolationTest() function in deqp::gles3::Functional::__anonfb419e850111::LineInterpolationTest
1937 LineInterpolationTest::~LineInterpolationTest (void) in ~LineInterpolationTest()
1942 void LineInterpolationTest::init (void) in init()
1975 LineInterpolationTest::IterateResult LineInterpolationTest::iterate (void) in iterate()
2066 void LineInterpolationTest::generateVertices (int iteration, std::vector<tcu::Vec4>& outVertices, s… in generateVertices()
2103 void LineInterpolationTest::extractLines (std::vector<LineSceneSpec::SceneLine>& outLines, const st… in extractLines()
2184 float LineInterpolationTest::getLineWidth (void) const in getLineWidth()
2294 …basic->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolation", … in init()
2295 …basic->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpol… in init()
2296 …basic->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolat… in init()
2297 …basic->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line interpola… in init()
2298 …basic->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip… in init()
2299 …basic->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop i… in init()
2311 …projected->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolation",… in init()
2312 …projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip inter… in init()
2313 …projected->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpo… in init()
2314 …projected->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line interp… in init()
2315 …projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line st… in init()
2316 …projected->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loo… in init()
2329 …flatshading->addChild(new LineInterpolationTest (m_context, "lines", "Verify line flatshading"… in init()
2330 …flatshading->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip fl… in init()
2331 …flatshading->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop flat… in init()
2332 …flatshading->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line fla… in init()
2333 …flatshading->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line… in init()
2334 …flatshading->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line … in init()
2395 …interpolation->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolat… in init()
2396 …interpolation->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line i… in init()