Home
last modified time | relevance | path

Searched refs:collectionTestGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2162 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_s… in init() local
2163 infoQueryGroup->addChild(collectionTestGroup); in init()
2174collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderTyp… in init()
2226 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_s… in init() local
2227 checkMethodGroup->addChild(collectionTestGroup); in init()
2253collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)sh… in init()
2290 TestCaseGroup* collectionTestGroup = DE_NULL; in init() local
2321 if (!collectionTestGroup) in init()
2323 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), ""); in init()
2324 checkMethodGroup->addChild(collectionTestGroup); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2683 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_s… in init() local
2684 caseTypeGroup->addChild(collectionTestGroup); in init()
2695collectionTestGroup->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()
2779collectionTestGroup->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()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1954 TestCaseGroup* collectionTestGroup = DE_NULL; in init() local
1993 if (!collectionTestGroup) in init()
1995 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), ""); in init()
1996 checkMethodGroup->addChild(collectionTestGroup); in init()
1999collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)s… in init()
2039 …TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_s… in init() local
2040 curArrayAssignGroup->addChild(collectionTestGroup); in init()
2051collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)s… in init()