Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h543 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
544 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
551 bool mUseEmulatedFunction; variable
623 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
624 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
639 bool mUseEmulatedFunction; variable
DIntermNode.cpp608 mUseEmulatedFunction(false), in TIntermAggregate()
1106 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermAggregate()
1148 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermUnary()
1392 : TIntermOperator(op), mOperand(operand), mUseEmulatedFunction(false), mFunction(function) in TIntermUnary()