Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
948 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function
646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
/third_party/glslang/glslang/Include/
Dintermediate.h1149 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
1162 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function
1777 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1778 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function