Searched refs:indexDirect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitializeVariables.cpp92 TIntermBinary *indexDirect = new TIntermBinary(EOpIndexDirect); local
94 indexDirect->setLeft(symbol);
96 indexDirect->setRight(indexNode);
98 assign->setLeft(indexDirect);

Completed in 1410 milliseconds