HomeSort by relevance Sort by last modified time
    Searched refs:mHashFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
VariableInfo.h 51 ShHashFunction64 mHashFunction;
VariableInfo.cpp 143 mHashFunction(hashFunction)
255 : mHashFunction(hashFunction)
264 variable->mappedName = TIntermTraverser::hash(stringName, mHashFunction).c_str();
267 ShHashFunction64 mHashFunction;
285 attribute.mappedName = TIntermTraverser::hash(variable->getSymbol(), mHashFunction).c_str();
300 interfaceBlock.mappedName = TIntermTraverser::hash(variable->getSymbol(), mHashFunction).c_str();
328 NameHashingTraverser traverser(mHashFunction);
OutputGLSLBase.h 74 ShHashFunction64 mHashFunction;
OutputGLSLBase.cpp 53 mHashFunction(hashFunction),
963 if (mHashFunction == NULL || name.empty())
968 TString hashedName = TIntermTraverser::hash(name, mHashFunction);

Completed in 298 milliseconds