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
948 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1091 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1104 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1735 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1736 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1091 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1104 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1735 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1736 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function