Searched refs:emitGroup (Results 1 – 2 of 2) sorted by relevance
212 MovePtr<TestCaseGroup> emitGroup (new TestCaseGroup(testCtx, "emit", "Different emit counts.")); in createEmitGeometryShaderTests() local254 emitGroup->addChild(new EmitTest(testCtx, emitTests[ndx])); in createEmitGeometryShaderTests()258 return emitGroup.release(); in createEmitGeometryShaderTests()
6069 …tcu::TestCaseGroup* const emitGroup = new tcu::TestCaseGroup(m_testCtx, "emit", "Different emi… in init() local6080 this->addChild(emitGroup); in init()6249 …emitGroup->addChild(new EmitTest(m_context, name.c_str(), desc.c_str(), emitTests[ndx].emitCountA,… in init()