Searched refs:combinationsGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 1364 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local 1365 group2D->addChild(combinationsGroup); in init() 1383 …combinationsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_… in init() 1487 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local 1488 groupCube->addChild(combinationsGroup); in init() 1506 …combinationsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), … in init() 1600 …tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "F… in init() local 1601 group2DArray->addChild(combinationsGroup); in init() 1620 combinationsGroup->addChild(new Texture2DArrayFilteringCase(m_context, in init() 1697 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 562 …tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "F… in init() local 563 groupCubeArray->addChild(combinationsGroup); in init() 582 combinationsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
|