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 73 TIntermSelection *selection = statement->getAsSelectionNode();
77 TIntermSelection *elseIfBranch = selection->getFalseBlock()->getAsSelectionNode();
IntermNode.h 229 virtual TIntermSelection *getAsSelectionNode() { return 0; }
660 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 110 milliseconds