Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp27 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitUnary()
42 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitAggregate()
105 bool BuiltInFunctionEmulator::setFunctionCalled(const TFunction *function) in setFunctionCalled() function in sh::BuiltInFunctionEmulator
108 return setFunctionCalled(function->uniqueId().get()); in setFunctionCalled()
111 bool BuiltInFunctionEmulator::setFunctionCalled(int uniqueId) in setFunctionCalled() function in sh::BuiltInFunctionEmulator
127 setFunctionCalled((*dependency).second); in setFunctionCalled()
DBuiltInFunctionEmulator.h59 bool setFunctionCalled(const TFunction *function);
60 bool setFunctionCalled(int uniqueId);