Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp1052 …de::MovePtr<tcu::TestCaseGroup> es31Group (new tcu::TestCaseGroup(m_testCtx, "es31", "GLSL ES 3.1… in init() local
1057 es31Group->addChild(negativeCases[ndx]); in init()
1059 negativeGroup->addChild(es31Group.release()); in init()
Des31fSeparateShaderTests.cpp1839 …TestCaseGroup* es31Group = new TestCaseGroup(ctx, "es31", "GLSL ES 3.1 pipeline interface ma… in createSeparateShaderTests() local
1844 es31Group->addChild(children[i]); in createSeparateShaderTests()
1846 interfaceMismatchGroup->addChild(es31Group); in createSeparateShaderTests()
Des31fTessellationTests.cpp7655 …de::MovePtr<TestCaseGroup> es31Group (new TestCaseGroup(m_context, "es31", "GLSL ES 3.1 Negativ… in init() local
7660 es31Group->addChild(children[i]); in init()
7662 negativeGroup->addChild(es31Group.release()); in init()