Home
last modified time | relevance | path

Searched refs:curGroupPath (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/executor/
H A DxeTestCase.cpp295 std::string curGroupPath; in createCase() local
298 if (!curGroupPath.empty()) in createCase()
299 curGroupPath += "."; in createCase()
300 curGroupPath += components[ndx]; in createCase()
302 std::map<std::string, TestGroup*>::const_iterator groupPos = m_groupMap.find(curGroupPath); in createCase()
306 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase()

Completed in 1 milliseconds