Home
last modified time | relevance | path

Searched defs:getAsBranchNode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h107 virtual TIntermBranch *getAsBranchNode() { return nullptr; } in getAsBranchNode() function
259 TIntermBranch *getAsBranchNode() override { return this; } in getAsBranchNode() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h285 virtual TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
395 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
/third_party/glslang/glslang/Include/
Dintermediate.h1152 virtual glslang::TIntermBranch* getAsBranchNode() { return nullptr; } in getAsBranchNode() function
1165 virtual const glslang::TIntermBranch* getAsBranchNode() const { return nullptr; } in getAsBranchNode() function
1305 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
1306 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function