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

/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp1339 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, useBranch).c_str(), operationToDescription(operation, useBranch).c_str()); local
1369 operationGroup->addChild(new AtomicCounterTest(m_context, specToTestName(spec).c_str(), specToTestDescription(spec).c_str(), spec));
1374 addChild(operationGroup);
1411 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, false).c_str(), operationToDescription(operation, false).c_str()); local
1447 operationGroup->addChild(new AtomicCounterTest(m_context, specToTestName(spec).c_str(), specToTestDescription(spec).c_str(), spec));
1451 layoutQualifierGroup->addChild(operationGroup);

Completed in 3079 milliseconds