Home | History | Annotate | Download | only in functional

Lines Matching defs:randomGroup

2962 		TestCaseGroup*	const randomGroup	= new TestCaseGroup(m_context, "random", "Random cases");
2963 addChild(randomGroup);
2966 randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)ndx));