Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1004 class TIntermMethod; variable
1167TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), met… in TIntermMethod() function