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

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DShaderLang.cpp307 char* hashedName)
309 if (!handle || !name || !hashedName || index < 0)
342 strncpy(hashedName, it->second.c_str(), len);
344 hashedName[len - 1] = '\0';
304 ShGetNameHashingEntry(const ShHandle handle, int index, char* name, char* hashedName) argument

Completed in 141 milliseconds