HomeSort by relevance Sort by last modified time
    Searched refs:getAsSwitchNode (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
attribute.cpp 180 TIntermSwitch* selection = node->getAsSwitchNode();
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h 1030 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; }
1043 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; }
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 286 virtual TIntermSwitch *getAsSwitchNode() { return 0; }
646 TIntermSwitch *getAsSwitchNode() { return this; }

Completed in 59 milliseconds