Home
last modified time | relevance | path

Searched defs:TIntermUnary (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DVersionGLSL.cpp59 bool TVersionGLSL::visitUnary(Visit, TIntermUnary*) in visitUnary() argument
Dintermediate.h195 class TIntermUnary; variable
456TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0), useEmulatedFunction(false… in TIntermUnary() function
457 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0), useEmulatedFunction(false) {} in TIntermUnary() function
592 virtual bool visitUnary(Visit visit, TIntermUnary*) {return true;} in visitUnary() argument