Searched refs:genMipmapGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 1187 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local 1188 group2D->addChild(genMipmapGroup); in init() 1204 …genMipmapGroup->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() 1257 …genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), nam… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 2520 …tcu::TestCaseGroup* genMipmapGroup = new tcu::TestCaseGroup(m_testCtx, "generate", "Mipmap generat… in init() local 2521 group2D->addChild(genMipmapGroup); in init() 2537 …genMipmapGroup->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() 2607 …genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), nam… in init()
|