Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h566 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
567 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
574 bool mUseEmulatedFunction; variable
648 void setUseEmulatedFunction() { mUseEmulatedFunction = true; } in setUseEmulatedFunction()
649 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction()
661 bool mUseEmulatedFunction; variable
DIntermNode.cpp631 : 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()