Home
last modified time | relevance | path

Searched refs:addMethod (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h632 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
DParseContext.cpp6878 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6887 TIntermTyped *TParseContext::addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc) in addMethod() function in sh::TParseContext
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h541 TIntermTyped* addMethod(TIntermTyped*, const TType&, const TString*, const TSourceLoc&);
DIntermediate.cpp2433 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
DParseHelper.cpp961 return intermediate.addMethod(base, TType(EbtInt), &field, loc); in handleDotDereference()