Lines Matching refs:flatshading
2326 …tcu::TestCaseGroup* const flatshading = new tcu::TestCaseGroup(m_testCtx, "flatshading", "Test fla… in init() local
2328 addChild(flatshading); in init()
2330 …flatshading->addChild(new TriangleInterpolationTest (m_context, "triangles", "Verify triangle fl… in init()
2331 …flatshading->addChild(new TriangleInterpolationTest (m_context, "triangle_strip", "Verify triangl… in init()
2332 …flatshading->addChild(new TriangleInterpolationTest (m_context, "triangle_fan", "Verify triangle… in init()
2333 …flatshading->addChild(new LineInterpolationTest (m_context, "lines", "Verify line flatshading"… in init()
2334 …flatshading->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip fl… in init()
2335 …flatshading->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop flat… in init()
2336 …flatshading->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line fla… in init()
2337 …flatshading->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line… in init()
2338 …flatshading->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line … in init()