Lines Matching refs:TriangleInterpolationTest
1592 class TriangleInterpolationTest : public BaseRenderingCase class
1595 …TriangleInterpolationTest(Context &ctx, const char *name, const char *desc, glw::GLenum primitive,…
1596 ~TriangleInterpolationTest(void);
1612 TriangleInterpolationTest::TriangleInterpolationTest(Context &ctx, const char *name, const char *de… in TriangleInterpolationTest() function in deqp::gles2::Functional::__anon072818d90111::TriangleInterpolationTest
1623 TriangleInterpolationTest::~TriangleInterpolationTest(void) in ~TriangleInterpolationTest()
1628 TriangleInterpolationTest::IterateResult TriangleInterpolationTest::iterate(void) in iterate()
1685 void TriangleInterpolationTest::generateVertices(int iteration, std::vector<tcu::Vec4> &outVertices, in generateVertices()
1722 void TriangleInterpolationTest::extractTriangles(std::vector<TriangleSceneSpec::SceneTriangle> &out… in extractTriangles()
2159 …basic->addChild(new TriangleInterpolationTest(m_context, "triangles", "Verify triangle interpolati… in init()
2161 basic->addChild(new TriangleInterpolationTest(m_context, "triangle_strip", in init()
2164 basic->addChild(new TriangleInterpolationTest(m_context, "triangle_fan", in init()
2190 …projected->addChild(new TriangleInterpolationTest(m_context, "triangles", "Verify triangle interpo… in init()
2192 projected->addChild(new TriangleInterpolationTest(m_context, "triangle_strip", in init()
2195 projected->addChild(new TriangleInterpolationTest(m_context, "triangle_fan", in init()