Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp353 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp428 return TIntermAggregate::CreateBuiltInFunctionCall( in visitAggregatePost()
/external/angle/src/compiler/translator/
DIntermNode.h594 static TIntermAggregate *CreateBuiltInFunctionCall(const TFunction &func,
DIntermNode.cpp590 TIntermAggregate *TIntermAggregate::CreateBuiltInFunctionCall(const TFunction &func, in CreateBuiltInFunctionCall() function in sh::TIntermAggregate
DParseContext.cpp6931 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()