Searched refs:maxLevelGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 2568 tcu::TestCaseGroup* maxLevelGroup = new tcu::TestCaseGroup(m_testCtx, "max_level", "Max level"); in init() local 2569 group2D->addChild(maxLevelGroup); in init() 2572 …maxLevelGroup->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() 2639 …maxLevelGroup->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() 2721 …maxLevelGroup->addChild(new Texture3DMaxLevelCase(m_context, minFilterModes[minFilter].name, "", m… in init()
|