Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp399 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h622 static TIntermAggregate *CreateBuiltInFunctionCall(const TFunction &func,
H A DIntermNode.cpp630 TIntermAggregate *TIntermAggregate::CreateBuiltInFunctionCall(const TFunction &func, in CreateBuiltInFunctionCall() function in sh::TIntermAggregate
H A DParseContext.cpp7833 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCallImpl()