Home
last modified time | relevance | path

Searched defs:getAsSwitchNode (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
951 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1143 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
1156 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function
1792 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1793 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1139 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
1152 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function
1788 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1789 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function