Home
last modified time | relevance | path

Searched refs:newArguments (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp221 TIntermSequence *newArguments = getStructSamplerArguments(function, node->getSequence()); in visitAggregate() local
224 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()
DRewriteStructSamplers.cpp478 TIntermSequence *newArguments = getStructSamplerArguments(function, node->getSequence()); in visitAggregate() local
481 function, newArguments, mSymbolTable, &mFunctionInstantiations, &mFunctionMap, nullptr); in visitAggregate()
484 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()