Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1623 …tcu::TestCaseGroup* randomTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "random_teximage2d", "… in init() local
1624 addChild(randomTexImageGroup); in init()
1635randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toStri… in init()
1644randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::to… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp3487 …tcu::TestCaseGroup* randomTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "random_teximage2d", "… in init() local
3488 addChild(randomTexImageGroup); in init()
3499randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toStri… in init()
3508randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::to… in init()