Lines Matching refs:collectionTestGroup
2683 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_s… in init() local
2684 caseTypeGroup->addChild(collectionTestGroup); in init()
2695 …collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderTyp… in init()
2750 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_s… in init() local
2751 checkMethodGroup->addChild(collectionTestGroup); in init()
2779 …collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)sh… in init()
2816 TestCaseGroup* collectionTestGroup = DE_NULL; in init() local
2855 if (!collectionTestGroup) in init()
2857 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), ""); in init()
2858 checkMethodGroup->addChild(collectionTestGroup); in init()
2861 …collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)sh… in init()
2901 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_s… in init() local
2902 curArrayAssignGroup->addChild(collectionTestGroup); in init()
2913 …collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)sh… in init()