Lines Matching refs:primitiveGroup
1659 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1661 modeGroup->addChild(primitiveGroup); in init()
1673 …primitiveGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferMode, primitiveType,… in init()
1693 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1695 modeGroup->addChild(primitiveGroup); in init()
1707 …primitiveGroup->addChild(new BasicArrayCase(m_context, name.c_str(), "", bufferMode, primitiveType… in init()
1727 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1729 modeGroup->addChild(primitiveGroup); in init()
1741 …primitiveGroup->addChild(new ArrayElementCase(m_context, name.c_str(), "", bufferMode, primitiveTy… in init()
1789 …tcu::TestCaseGroup* primitiveGroup = new tcu::TestCaseGroup(m_testCtx, primitiveTypes[primitiveTyp… in init() local
1791 modeGroup->addChild(primitiveGroup); in init()
1796 …primitiveGroup->addChild(new RandomCase(m_context, de::toString(ndx+1).c_str(), "", bufferMode, pr… in init()