Searched refs:limitGroup (Results 1 – 2 of 2) sorted by relevance
251 …de::MovePtr<TestCaseGroup> limitGroup (new TestCaseGroup(testCtx, "limits", "Shader device lim… in createLimitTests() local266 limitGroup->addChild(nearGroup.release()); in createLimitTests()267 return limitGroup.release(); in createLimitTests()
3062 …tcu::TestCaseGroup* const limitGroup = new tcu::TestCaseGroup(m_testCtx, "limits", "Render with … in init() local3066 renderGroup->addChild(limitGroup); in init()3127 …limitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].fl… in init()