Searched refs:visitSelection (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DQualifierAlive.cpp22 bool visitSelection(Visit, TIntermSelection*);
52 bool TAliveTraverser::visitSelection(Visit preVisit, TIntermSelection* node) function in class:TAliveTraverser
H A DUnfoldShortCircuit.h26 bool visitSelection(Visit visit, TIntermSelection *node);
H A DVersionGLSL.h43 virtual bool visitSelection(Visit, TIntermSelection*);
H A DInitializeVariables.h37 virtual bool visitSelection(Visit visit, TIntermSelection* node) { return false; } function in class:InitializeVariables
H A DVersionGLSL.cpp64 bool TVersionGLSL::visitSelection(Visit, TIntermSelection*) function in class:TVersionGLSL
H A DIntermTraverse.cpp166 visit = it->visitSelection(PreVisit, this);
187 it->visitSelection(PostVisit, this);
H A DOutputGLSLBase.h39 virtual bool visitSelection(Visit visit, TIntermSelection *node);
H A DUnfoldShortCircuit.cpp111 bool UnfoldShortCircuit::visitSelection(Visit visit, TIntermSelection *node) function in class:sh::UnfoldShortCircuit
H A DparseConst.cpp36 bool visitSelection(Visit visit, TIntermSelection*);
147 bool TConstTraverser::visitSelection(Visit visit, TIntermSelection* node) function in class:TConstTraverser
H A DintermOut.cpp33 bool visitSelection(Visit visit, TIntermSelection*);
293 bool TOutputTraverser::visitSelection(Visit visit, TIntermSelection* node) function in class:TOutputTraverser
H A DOutputHLSL.h62 bool visitSelection(Visit visit, TIntermSelection*);
H A Dintermediate.h651 virtual bool visitSelection(Visit visit, TIntermSelection*) {return true;} function in class:TIntermTraverser
708 virtual bool visitSelection(Visit visit, TIntermSelection*) { return depthCheck(); } function in class:TMaxDepthTraverser
H A DOutputGLSLBase.cpp557 bool TOutputGLSLBase::visitSelection(Visit visit, TIntermSelection *node) function in class:TOutputGLSLBase
H A DOutputHLSL.cpp2768 bool OutputHLSL::visitSelection(Visit visit, TIntermSelection *node) function in class:sh::OutputHLSL
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphOutput.h19 virtual void visitSelection(TGraphSelection* selection);
H A DDependencyGraphOutput.cpp35 void TDependencyGraphOutput::visitSelection(TGraphSelection* selection) function in class:TDependencyGraphOutput
H A DDependencyGraphTraverse.cpp55 graphTraverser->visitSelection(this);
H A DDependencyGraphBuilder.h22 virtual bool visitSelection(Visit visit, TIntermSelection*);
H A DDependencyGraph.h196 virtual void visitSelection(TGraphSelection* selection) {}; function in class:TDependencyGraphTraverser
H A DDependencyGraphBuilder.cpp176 bool TDependencyGraphBuilder::visitSelection(Visit visit, TIntermSelection* intermSelection) function in class:TDependencyGraphBuilder
/external/chromium_org/third_party/angle/src/compiler/translator/timing/
H A DRestrictFragmentShaderTiming.h22 virtual void visitSelection(TGraphSelection* selection);
H A DRestrictFragmentShaderTiming.cpp118 void RestrictFragmentShaderTiming::visitSelection(TGraphSelection* selection) function in class:RestrictFragmentShaderTiming

Completed in 175 milliseconds