Lines Matching refs:projected
2063 …tcu::TestCaseGroup* const projected = new tcu::TestCaseGroup(m_testCtx, "projected", "Projective i… in init() local
2065 interpolation->addChild(projected); in init()
2067 …projected->addChild(new TriangleInterpolationTest (m_context, "triangles", "Verify triangle inter… in init()
2068 …projected->addChild(new TriangleInterpolationTest (m_context, "triangle_strip", "Verify triangle s… in init()
2069 …projected->addChild(new TriangleInterpolationTest (m_context, "triangle_fan", "Verify triangle fa… in init()
2070 …projected->addChild(new LineInterpolationTest (m_context, "lines", "Verify line interpolation",… in init()
2071 …projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip inter… in init()
2072 …projected->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpo… in init()
2073 …projected->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line interp… in init()
2074 …projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line st… in init()
2075 …projected->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loo… in init()