Searched defs:getAsSwitchNode (Results 1 – 2 of 2) sorted by relevance
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
1030 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1043 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1615 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1616 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function