Lines Matching defs:group
1651 TestCaseGroup* group = new TestCaseGroup(m_context,
1662 DE_ASSERT(group->getName() != DE_NULL);
1663 DE_ASSERT(group->getDescription() != DE_NULL);
1665 addChild(group);
1667 group->addChild(new PolygonNumSamplesCase (m_context, "num_samples_polygon", "Test sanity of the sample count, with polygons", numFboSamples));
1668 group->addChild(new LineNumSamplesCase (m_context, "num_samples_line", "Test sanity of the sample count, with lines", numFboSamples));
1669 group->addChild(new CommonEdgeCase (m_context, "common_edge_small_quads", "Test polygons' common edges with small quads", CommonEdgeCase::CASETYPE_SMALL_QUADS, numFboSamples));
1670 group->addChild(new CommonEdgeCase (m_context, "common_edge_big_quad", "Test polygons' common edges with bigger-than-viewport quads", CommonEdgeCase::CASETYPE_BIGGER_THAN_VIEWPORT_QUAD, numFboSamples));
1671 group->addChild(new CommonEdgeCase (m_context, "common_edge_viewport_quad", "Test polygons' common edges with exactly viewport-sized quads", CommonEdgeCase::CASETYPE_FIT_VIEWPORT_QUAD, numFboSamples));
1672 group->addChild(new SampleDepthCase (m_context, "depth", "Test that depth values are per-sample", numFboSamples));
1673 group->addChild(new SampleStencilCase (m_context, "stencil", "Test that stencil values are per-sample", numFboSamples));
1674 group->addChild(new CoverageMaskInvertCase (m_context, "sample_coverage_invert", "Test that non-inverted and inverted sample coverage masks are each other's negations", numFboSamples));
1676 group->addChild(new MaskProportionalityCase (m_context, "proportionality_alpha_to_coverage",
1679 group->addChild(new MaskProportionalityCase (m_context, "proportionality_sample_coverage",
1682 group->addChild(new MaskProportionalityCase (m_context, "proportionality_sample_coverage_inverted",
1686 group->addChild(new MaskConstancyCase (m_context, "constancy_alpha_to_coverage",
1689 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_coverage",
1692 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_coverage_inverted",
1695 group->addChild(new MaskConstancyCase (m_context, "constancy_both",
1698 group->addChild(new MaskConstancyCase (m_context, "constancy_both_inverted",