Searched refs:repeatedClearGroup (Results 1 – 2 of 2) sorted by relevance
1150 …tcu::TestCaseGroup* const repeatedClearGroup = new tcu::TestCaseGroup(m_testCtx, "repeated_clear",… in init() local1151 addChild(repeatedClearGroup); in init()1156 repeatedClearGroup->addChild(sampleGroup); in init()1169 repeatedClearGroup->addChild(blitGroup); in init()
2178 …tcu::TestCaseGroup* const repeatedClearGroup = new tcu::TestCaseGroup(m_testCtx, "repeated_clear",… in init() local2179 addChild(repeatedClearGroup); in init()2181 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGB)); in init()2182 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGBA)); in init()