Searched refs:CreateBuiltInFunctionCall (Results 1 – 4 of 4) sorted by relevance
308 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
597 static TIntermAggregate *CreateBuiltInFunctionCall(const TFunction &func,
6198 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()6213 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
539 TIntermAggregate *TIntermAggregate::CreateBuiltInFunctionCall(const TFunction &func, in CreateBuiltInFunctionCall() function in sh::TIntermAggregate