Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp708 if (mInternalFunctions.find(mangledName) == mInternalFunctions.end()) in getInternalFunction()
717 mInternalFunctions[mangledName] = func; in getInternalFunction()
719 return mInternalFunctions[mangledName]; in getInternalFunction()
DEmulatePrecision.h79 TMap<ImmutableString, const TFunction *> mInternalFunctions; variable