Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp27 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitUnary() local
28 if (needToEmulate) in visitUnary()
42 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitAggregate() local
43 if (needToEmulate) in visitAggregate()