Searched refs:triStripAdjacencyGroup (Results 1 – 2 of 2) sorted by relevance
252 …MovePtr<TestCaseGroup> triStripAdjacencyGroup (new TestCaseGroup(testCtx, "triangle_strip_adjacenc… in createInputGeometryShaderTests() local278 …triStripAdjacencyGroup->addChild(new TriangleStripAdjacencyVertexCountTest(testCtx, primitives, ve… in createInputGeometryShaderTests()298 inputPrimitiveGroup->addChild(triStripAdjacencyGroup.release()); in createInputGeometryShaderTests()
6175 …tcu::TestCaseGroup* const triStripAdjacencyGroup = new tcu::TestCaseGroup(m_testCtx, "triangle_str… in init() local6187 …triStripAdjacencyGroup->addChild(new TriangleStripAdjacencyVertexCountTest(m_context, name.c_str()… in init()6191 inputPrimitiveGroup->addChild(triStripAdjacencyGroup); in init()