Searched defs:TIntermRaw (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h202 class TIntermRaw;
232 virtual TIntermRaw *getAsRawNode() { return 0; }
405 class TIntermRaw : public TIntermTyped class in inherits:TIntermTyped
408 TIntermRaw(const TType &type, const TString &rawText) function in class:TIntermRaw
418 virtual TIntermRaw *getAsRawNode() { return this; }
701 virtual void visitRaw(TIntermRaw *) {}

Completed in 583 milliseconds