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

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 285 virtual TIntermBranch* getAsBranchNode() { return 0; }
395 virtual TIntermBranch* getAsBranchNode() { return this; }
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 817 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; }
829 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; }
936 virtual TIntermBranch* getAsBranchNode() { return this; }
937 virtual const TIntermBranch* getAsBranchNode() const { return this; }
    [all...]

Completed in 117 milliseconds