HomeSort by relevance Sort by last modified time
    Searched refs:getAsSelectionNode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.cpp 55 TIntermSelection *selection = statement->getAsSelectionNode();
59 TIntermSelection *elseIfBranch = selection->getFalseBlock()->getAsSelectionNode();
intermediate.h 239 virtual TIntermSelection* getAsSelectionNode() { return 0; }
608 TIntermSelection* getAsSelectionNode() { return this; }
OutputGLSLBase.cpp 29 else if (const TIntermSelection *selection = node->getAsSelectionNode())
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraph.h 102 const TIntermSelection* getIntermSelection() const { return intermNode->getAsSelectionNode(); }

Completed in 32 milliseconds