Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp381 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
/external/angle/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.cpp7660 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()