Searched refs:mUseEmulatedFunction (Results 1 – 2 of 2) sorted by relevance
566 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()567 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()574 bool mUseEmulatedFunction; variable648 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()649 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()661 bool mUseEmulatedFunction; variable
631 : TIntermOperator(op, type), mUseEmulatedFunction(false), mFunction(func) in TIntermAggregate()1165 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermAggregate()1206 mUseEmulatedFunction(node.mUseEmulatedFunction), in TIntermUnary()1530 : TIntermOperator(op), mOperand(operand), mUseEmulatedFunction(false), mFunction(function) in TIntermUnary()