Searched refs:inputPrimitiveGroup (Results 1 – 2 of 2) sorted by relevance
250 …MovePtr<TestCaseGroup> inputPrimitiveGroup (new TestCaseGroup(testCtx, "input", "Different input … in createInputGeometryShaderTests() local297 inputPrimitiveGroup->addChild(basicPrimitiveGroup.release()); in createInputGeometryShaderTests()298 inputPrimitiveGroup->addChild(triStripAdjacencyGroup.release()); in createInputGeometryShaderTests()299 inputPrimitiveGroup->addChild(conversionPrimitiveGroup.release()); in createInputGeometryShaderTests()300 return inputPrimitiveGroup.release(); in createInputGeometryShaderTests()
6068 …tcu::TestCaseGroup* const inputPrimitiveGroup = new tcu::TestCaseGroup(m_testCtx, "input", "Diffe… in init() local6079 this->addChild(inputPrimitiveGroup); in init()6190 inputPrimitiveGroup->addChild(basicPrimitiveGroup); in init()6191 inputPrimitiveGroup->addChild(triStripAdjacencyGroup); in init()