Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp66 mFunctionDependencies[uniqueId.get()] = dependency.get(); in addEmulatedFunctionWithDependency()
124 auto dependency = mFunctionDependencies.find(uniqueId); in setFunctionCalled()
125 if (dependency != mFunctionDependencies.end()) in setFunctionCalled()
147 mFunctionDependencies.clear(); in cleanup()
DBuiltInFunctionEmulator.h69 std::map<int, int> mFunctionDependencies; variable