Searched defs:collectionTestGroup (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp2162 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
2163 infoQueryGroup->addChild(collectionTestGroup);
2174 collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection));
2226 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
2227 checkMethodGroup->addChild(collectionTestGroup);
2253 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2290 TestCaseGroup* collectionTestGroup = DE_NULL; local
2321 if (!collectionTestGroup)
2323 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), "");
2324 checkMethodGroup->addChild(collectionTestGroup);
2366 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1954 TestCaseGroup* collectionTestGroup = DE_NULL; local
1993 if (!collectionTestGroup)
1995 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), "");
1996 checkMethodGroup->addChild(collectionTestGroup);
1999 collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2039 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
2040 curArrayAssignGroup->addChild(collectionTestGroup);
2051 collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2683 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), ""); local
2684 caseTypeGroup->addChild(collectionTestGroup);
2695 collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection, (UniformInfoQueryCase::CaseType)caseType,
2750 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
2751 checkMethodGroup->addChild(collectionTestGroup);
2779 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2816 TestCaseGroup* collectionTestGroup = DE_NULL; local
2855 if (!collectionTestGroup)
2857 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), "");
2858 checkMethodGroup->addChild(collectionTestGroup);
2901 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), ""); local
[all...]

Completed in 229 milliseconds