Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

1082 	: TestCaseGroup	(context, name, "Atomic Operation Tests")
1092 static tcu::TestCaseGroup* createAtomicOpGroup (Context& context, AtomicOperandType operandType, const char* groupName)
1094 tcu::TestCaseGroup *const group = new tcu::TestCaseGroup(context.getTestContext(), groupName, (string("Atomic ") + groupName).c_str());