Home | History | Annotate | Download | only in performance

Lines Matching refs:manySmallCallsGroup

129 	manySmallCallsGroup->addChild	(new StateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
135 tcu::TestCaseGroup* const manySmallCallsGroup = new tcu::TestCaseGroup(m_testCtx, "many_small_calls", "1000 calls, 2 triangles in each");
138 addChild(manySmallCallsGroup);