OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 380 milliseconds