Searched refs:mUseEmulatedFunction (Results 1 – 2 of 2) sorted by relevance
543 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()544 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()551 bool mUseEmulatedFunction; variable623 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()624 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()639 bool mUseEmulatedFunction; variable
608 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()