Searched refs:texSubImageGroup (Results 1 – 2 of 2) sorted by relevance
2194 …deqp::gles2::TestCaseGroup* texSubImageGroup = new deqp::gles2::TestCaseGroup(m_context, "texsubim… in init() local2195 addChild(texSubImageGroup); in init()2196 addChildVariants<FboCases::TexSubImageAfterRenderTest> (texSubImageGroup); in init()2197 addChildVariants<FboCases::TexSubImageBetweenRenderTest> (texSubImageGroup); in init()
2049 tcu::TestCaseGroup* texSubImageGroup = in init() local2051 addChild(texSubImageGroup); in init()2056 texSubImageGroup->addChild(new TexSubImage3DCase(m_context, fmtName, "", format, 32, 64, 8)); in init()2058 texSubImageGroup->addChild(new NegativeTexSubImage3DCase(m_context, "negative")); in init()