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

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 255 class TIntermSwitch;
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; }
637 class TIntermSwitch : public TIntermNode
640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList)
646 TIntermSwitch *getAsSwitchNode() { return this; }
713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; }
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 786 class TIntermSwitch;
814 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; }
826 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; }
    [all...]

Completed in 78 milliseconds