Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1572 …tcu::TestCaseGroup* randomTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "random_teximage2d", "… in init() local
1573 addChild(randomTexImageGroup); in init()
1584randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toStri… in init()
1593randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::to… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp3488 …tcu::TestCaseGroup* randomTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "random_teximage2d", "… in init() local
3489 addChild(randomTexImageGroup); in init()
3500randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toStri… in init()
3509randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::to… in init()