Home
last modified time | relevance | path

Searched refs:basicTexImageGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp846 …tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage3d", "Ba… in init() local
847 addChild(basicTexImageGroup); in init()
855basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_… in init()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1554 …tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage2d", "Ba… in init() local
1555 addChild(basicTexImageGroup); in init()
1565basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
1566basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp3471 …tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage2d", "Ba… in init() local
3472 addChild(basicTexImageGroup); in init()
3481basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
3482basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
3960 …tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage3d", "Ba… in init() local
3961 addChild(basicTexImageGroup); in init()
3973basicTexImageGroup->addChild(new BasicTexImage2DArrayCase (m_context, (string(fmtName) + "_2d_arra… in init()
3974basicTexImageGroup->addChild(new BasicTexImage3DCase (m_context, (string(fmtName) + "_3d").c_str(… in init()