Home
last modified time | relevance | path

Searched refs:CreateBuiltInFunctionCall (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp353 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h619 static TIntermAggregate *CreateBuiltInFunctionCall(const TFunction &func,
DIntermNode.cpp614 TIntermAggregate *TIntermAggregate::CreateBuiltInFunctionCall(const TFunction &func, in CreateBuiltInFunctionCall() function in sh::TIntermAggregate
DParseContext.cpp6992 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()