Home | History | Annotate | Download | only in functional

Lines Matching refs:subCases

1145 			vector<DepthStencilParams>	subCases	(NUM_RANDOM_SUB_CASES);
1148 for (vector<DepthStencilParams>::iterator iter = subCases.begin(); iter != subCases.end(); ++iter)
1151 randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases));