HomeSort by relevance Sort by last modified time
    Searched full:rewriteselection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.h 30 TIntermNode *rewriteSelection(TIntermSelection *selection);
RewriteElseBlocks.cpp 62 selection->replaceChildNode(elseIfBranch, rewriteSelection(elseIfBranch));
66 node->getSequence()[statementIndex] = rewriteSelection(selection);
84 TIntermNode *ElseBlockRewriter::rewriteSelection(TIntermSelection *selection)

Completed in 1241 milliseconds