HomeSort by relevance Sort by last modified time
    Searched defs:TIntermSelection (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 249 class TIntermSelection;
282 virtual TIntermSelection* getAsSelectionNode() { return 0; }
610 class TIntermSelection : public TIntermTyped {
612 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) :
614 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) :
626 TIntermSelection* getAsSelectionNode() { return this; }
709 virtual bool visitSelection(Visit visit, TIntermSelection*) {return true;}
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 549 class TIntermSelection;
577 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; }
589 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; }
998 class TIntermSelection : public TIntermTyped {
1000 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) :
1002 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) :
1008 virtual TIntermSelection* getAsSelectionNode() { return this; }
1009 virtual const TIntermSelection* getAsSelectionNode() const { return this; }
    [all...]

Completed in 2755 milliseconds