Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

1247 	: TestCaseGroup(context, "format", "Texture Format Tests")
1266 tcu::TestCaseGroup* unsizedGroup = DE_NULL;
1267 tcu::TestCaseGroup* sizedGroup = DE_NULL;
1268 tcu::TestCaseGroup* compressedGroup = DE_NULL;
1269 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats")));
1270 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats")));
1271 addChild((compressedGroup = new tcu::TestCaseGroup(m_testCtx, "compressed", "Compressed formats")));
1273 tcu::TestCaseGroup* sized2DGroup = DE_NULL;
1274 tcu::TestCaseGroup* sizedCubeGroup = DE_NULL;
1275 tcu::TestCaseGroup* sized2DArrayGroup = DE_NULL;
1276 tcu::TestCaseGroup* sized3DGroup = DE_NULL;
1277 sizedGroup->addChild((sized2DGroup = new tcu::TestCaseGroup(m_testCtx, "2d", "Sized formats (2D)")));
1278 sizedGroup->addChild((sizedCubeGroup = new tcu::TestCaseGroup(m_testCtx, "cube", "Sized formats (Cubemap)")));
1279 sizedGroup->addChild((sized2DArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2d_array", "Sized formats (2D Array)")));
1280 sizedGroup->addChild((sized3DGroup = new tcu::TestCaseGroup(m_testCtx, "3d", "Sized formats (3D)")));