OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsSelectionNode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraph.h
102
const TIntermSelection* getIntermSelection() const { return intermNode->
getAsSelectionNode
(); }
/external/chromium_org/third_party/angle/src/compiler/
intermediate.h
226
virtual TIntermSelection*
getAsSelectionNode
() { return 0; }
553
TIntermSelection*
getAsSelectionNode
() { return this; }
OutputGLSLBase.cpp
28
else if (const TIntermSelection* selection = node->
getAsSelectionNode
())
Completed in 30 milliseconds