Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp182 TIntermSymbol *indexParam = new TIntermSymbol(func.getParam(1)); in GetIndexFunctionDefinition() local
218 TIntermSwitch *switchNode = new TIntermSwitch(indexParam->deepCopy(), statementList); in GetIndexFunctionDefinition()
224 new TIntermBinary(EOpLessThan, indexParam->deepCopy(), CreateIntConstantNode(0)); in GetIndexFunctionDefinition()