Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp315 char* hashedName) in ShGetNameHashingEntry() argument
317 if (!handle || !name || !hashedName || index < 0) in ShGetNameHashingEntry()
350 strncpy(hashedName, it->second.c_str(), len); in ShGetNameHashingEntry()
352 hashedName[len - 1] = '\0'; in ShGetNameHashingEntry()
DOutputGLSLBase.cpp773 TString hashedName = TIntermTraverser::hash(name, mHashFunction); in hashName() local
774 mNameMap[name.c_str()] = hashedName.c_str(); in hashName()
775 return hashedName; in hashName()
DIntermediate.cpp1498 TString hashedName = stream.str(); in hash() local
1499 return hashedName; in hash()
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h441 char* hashedName);