Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DShaderVars.cpp256 std::string topName = mappedFullName.substr(0, pos); in findInfoByMappedName() local
257 if (topName != this->mappedName) in findInfoByMappedName()
312 std::string topName, fieldName; in findField() local
327 topName = fullName.substr(0, pos); in findField()
328 if (topName != baseName) in findField()
/external/skqp/tools/bookmaker/
Dbookmaker.cpp364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent() local
366 string scoped = topName + "::" + entry.first; in copyToParent()