Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h100 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
862 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
/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.h1074 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1087 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1696 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1697 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function