Searched refs:es31Group (Results 1 – 3 of 3) sorted by relevance
1052 …de::MovePtr<tcu::TestCaseGroup> es31Group (new tcu::TestCaseGroup(m_testCtx, "es31", "GLSL ES 3.1… in init() local1057 es31Group->addChild(negativeCases[ndx]); in init()1059 negativeGroup->addChild(es31Group.release()); in init()
1839 …TestCaseGroup* es31Group = new TestCaseGroup(ctx, "es31", "GLSL ES 3.1 pipeline interface ma… in createSeparateShaderTests() local1844 es31Group->addChild(children[i]); in createSeparateShaderTests()1846 interfaceMismatchGroup->addChild(es31Group); in createSeparateShaderTests()
7655 …de::MovePtr<TestCaseGroup> es31Group (new TestCaseGroup(m_context, "es31", "GLSL ES 3.1 Negativ… in init() local7660 es31Group->addChild(children[i]); in init()7662 negativeGroup->addChild(es31Group.release()); in init()