Lines Matching refs:group
1005 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "default_framebuffer", "Test with default framebuffer");
1007 addChild(group);
1012 group->addChild(new SamplePosQueryCase (m_context, "sample_position", "test SAMPLE_POSITION"));
1015 group->addChild(new MaskInvertCase (m_context, "sample_mask_sum_of_inverses", "Test that mask and its negation's sum equal the fully set mask"));
1016 group->addChild(new MaskProportionalityCase (m_context, "proportionality_sample_mask", "Test the proportionality property of GL_SAMPLE_MASK"));
1018 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_mask",
1021 group->addChild(new MaskConstancyCase (m_context, "constancy_alpha_to_coverage_sample_mask",
1024 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_coverage_sample_mask",
1027 group->addChild(new MaskConstancyCase (m_context, "constancy_alpha_to_coverage_sample_coverage_sample_mask",
1030 group->addChild(new SampleMaskHighBitsCase (m_context, "sample_mask_non_effective_bits",