Home | History | Annotate | Download | only in compiler

Lines Matching refs:hashFunction

1433 TString TIntermTraverser::hash(const TString& name, ShHashFunction64 hashFunction)
1435 if (hashFunction == NULL || name.empty())
1437 khronos_uint64_t number = (*hashFunction)(name.c_str(), name.length());