Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h546 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
547 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
554 bool mUseEmulatedFunction; variable
625 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
626 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
641 bool mUseEmulatedFunction; variable
DIntermNode.cpp557 mUseEmulatedFunction(false), in TIntermAggregate()
1028 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermAggregate()
1071 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermUnary()
1314 : TIntermOperator(op), mOperand(operand), mUseEmulatedFunction(false), mFunction(function) in TIntermUnary()