Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp1187 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local
1188 group2D->addChild(genMipmapGroup); in init()
1204genMipmapGroup->addChild(new Texture2DGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.… in init()
1246 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local
1247 groupCube->addChild(genMipmapGroup); in init()
1257genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), nam… in init()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp2520 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local
2521 group2D->addChild(genMipmapGroup); in init()
2537genMipmapGroup->addChild(new Texture2DGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.… in init()
2596 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local
2597 groupCube->addChild(genMipmapGroup); in init()
2607genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), nam… in init()