Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
954 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h1004 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
1017 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function
1654 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1655 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1157 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
1170 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function
1785 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1786 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function