Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp2568 tcu::TestCaseGroup* maxLevelGroup = new tcu::TestCaseGroup(m_testCtx, "max_level", "Max level"); in init() local
2569 group2D->addChild(maxLevelGroup); in init()
2572maxLevelGroup->addChild(new Texture2DMaxLevelCase(m_context, minFilterModes[minFilter].name, "", m… in init()
2635 tcu::TestCaseGroup* maxLevelGroup = new tcu::TestCaseGroup(m_testCtx, "max_level", "Max level"); in init() local
2636 groupCube->addChild(maxLevelGroup); in init()
2639maxLevelGroup->addChild(new TextureCubeMaxLevelCase(m_context, minFilterModes[minFilter].name, "",… in init()
2717 tcu::TestCaseGroup* maxLevelGroup = new tcu::TestCaseGroup(m_testCtx, "max_level", "Max level"); in init() local
2718 group3D->addChild(maxLevelGroup); in init()
2721maxLevelGroup->addChild(new Texture3DMaxLevelCase(m_context, minFilterModes[minFilter].name, "", m… in init()