Searched defs:TIntermUnary (Results 1 – 2 of 2) sorted by relevance
59 bool TVersionGLSL::visitUnary(Visit, TIntermUnary*) in visitUnary() argument
195 class TIntermUnary; variable456 …TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0), useEmulatedFunction(false… in TIntermUnary() function457 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0), useEmulatedFunction(false) {} in TIntermUnary() function592 virtual bool visitUnary(Visit visit, TIntermUnary*) {return true;} in visitUnary() argument