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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 578 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; }
590 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 298 milliseconds