Home | History | Annotate | Download | only in functional

Lines Matching defs:randomGroup

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