Searched refs:addMethod (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 632 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
|
D | ParseContext.cpp | 6878 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/ |
D | localintermediate.h | 541 TIntermTyped* addMethod(TIntermTyped*, const TType&, const TString*, const TSourceLoc&);
|
D | Intermediate.cpp | 2433 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
|
D | ParseHelper.cpp | 961 return intermediate.addMethod(base, TType(EbtInt), &field, loc); in handleDotDereference()
|