Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp57 mEmulatedFunctions[uniqueId.get()] = std::string(emulatedFunctionDefinition); in addEmulatedFunction()
65 mEmulatedFunctions[uniqueId.get()] = std::string(emulatedFunctionDefinition); in addEmulatedFunctionWithDependency()
96 const auto &result = mEmulatedFunctions.find(uniqueId); in findEmulatedFunction()
97 if (result != mEmulatedFunctions.end()) in findEmulatedFunction()
137 if (mEmulatedFunctions.empty() && mQueryFunctions.empty()) in markBuiltInFunctionsForEmulation()
DBuiltInFunctionEmulator.h65 std::map<int, std::string> mEmulatedFunctions; variable