Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1692 …tcu::TestCaseGroup* basicTexSubImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_texsubimage2d… in init() local
1693 addChild(basicTexSubImageGroup); in init()
1703basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
1704basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp3804 …tcu::TestCaseGroup* basicTexSubImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_texsubimage2d… in init() local
3805 addChild(basicTexSubImageGroup); in init()
3814basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
3815basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
4251 …tcu::TestCaseGroup* basicTexSubImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_texsubimage3d… in init() local
4252 addChild(basicTexSubImageGroup); in init()
4261basicTexSubImageGroup->addChild(new BasicTexSubImage3DCase(m_context, (string(fmtName) + "_3d").c_… in init()