Searched refs:sizedGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 423 tcu::TestCaseGroup* sizedGroup = DE_NULL; in init() local 426 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); in init() 430 …sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1305 tcu::TestCaseGroup* sizedGroup = DE_NULL; in init() local 1308 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); in init() 1315 …sizedGroup->addChild((sized2DGroup = new tcu::TestCaseGroup(m_testCtx, "2d", "Sized formats (2… in init() 1316 …sizedGroup->addChild((sizedCubeGroup = new tcu::TestCaseGroup(m_testCtx, "cube", "Sized formats… in init() 1317 …sizedGroup->addChild((sized2DArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2d_array", "Sized f… in init() 1318 …sizedGroup->addChild((sized3DGroup = new tcu::TestCaseGroup(m_testCtx, "3d", "Sized formats (3… in init()
|