Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp423 tcu::TestCaseGroup* sizedGroup = DE_NULL; in init() local
426 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); in init()
430sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp1305 tcu::TestCaseGroup* sizedGroup = DE_NULL; in init() local
1308 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); in init()
1315sizedGroup->addChild((sized2DGroup = new tcu::TestCaseGroup(m_testCtx, "2d", "Sized formats (2… in init()
1316sizedGroup->addChild((sizedCubeGroup = new tcu::TestCaseGroup(m_testCtx, "cube", "Sized formats… in init()
1317sizedGroup->addChild((sized2DArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2d_array", "Sized f… in init()
1318sizedGroup->addChild((sized3DGroup = new tcu::TestCaseGroup(m_testCtx, "3d", "Sized formats (3… in init()