Home
last modified time | relevance | path

Searched refs:repeatedClearGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp1150 …tcu::TestCaseGroup* const repeatedClearGroup = new tcu::TestCaseGroup(m_testCtx, "repeated_clear",… in init() local
1151 addChild(repeatedClearGroup); in init()
1156 repeatedClearGroup->addChild(sampleGroup); in init()
1169 repeatedClearGroup->addChild(blitGroup); in init()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp2178 …tcu::TestCaseGroup* const repeatedClearGroup = new tcu::TestCaseGroup(m_testCtx, "repeated_clear",… in init() local
2179 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()