Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function
646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1030 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1043 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1615 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1616 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function