Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCase.cpp306 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str(), "" /* description */); in createCase() local
307 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase()
308 curGroup = newGroup; in createCase()