Home
last modified time | relevance | path

Searched defs:getAsSwitchNode (Results 1 – 3 of 3) 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