Searched refs:mUseEmulatedFunction (Results 1 – 2 of 2) sorted by relevance
546 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()547 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()554 bool mUseEmulatedFunction; variable625 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()626 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()641 bool mUseEmulatedFunction; variable
557 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()