Searched refs:logArgs (Results 1 – 1 of 1) sorted by relevance
60 TIntermSequence *logArgs = new TIntermSequence(); in visitAggregate() local61 logArgs->push_back(x); in visitAggregate()62 TIntermTyped *log = CreateBuiltInFunctionCallNode("log2", logArgs, *mSymbolTable, 100); in visitAggregate()