Lines Matching refs:group
209 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "limits", "Implementation limits");
210 addChild(group);
213 group->addChild(new ImplementationLimitCase(m_context,
246 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "extensions", "Required extensions");
247 addChild(group);
253 group->addChild(new SubExtensionCase(m_context, name.c_str(), description.c_str(), subExtensions[ndx]));
260 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "shaders", "Shader tests");
266 group->addChild(groupES31);
273 group->addChild(groupES32);
276 addChild(group);