Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp87 for (const auto &queryFunction : mQueryFunctions) in findEmulatedFunction()
137 if (mEmulatedFunctions.empty() && mQueryFunctions.empty()) in markBuiltInFunctionsForEmulation()
152 mQueryFunctions.push_back(queryFunc); in addFunctionMap()
DBuiltInFunctionEmulator.h75 std::vector<BuiltinQueryFunc *> mQueryFunctions; variable