Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1123 class TIntermMethod; variable
1324TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), met… in TIntermMethod() function