Home
last modified time | relevance | path

Searched refs:mTreeRoot (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h48 mTreeRoot(0), in TParseContext()
87 TIntermNode *getTreeRoot() const { return mTreeRoot; } in getTreeRoot()
88 void setTreeRoot(TIntermNode *treeRoot) { mTreeRoot = treeRoot; } in setTreeRoot()
260 TIntermNode *mTreeRoot; // root of parse tree being created variable
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h65 TIntermBlock *getTreeRoot() const { return mTreeRoot; } in getTreeRoot()
66 void setTreeRoot(TIntermBlock *treeRoot) { mTreeRoot = treeRoot; } in setTreeRoot()
603 TIntermBlock *mTreeRoot; // root of parse tree being created variable
DParseContext.cpp179 mTreeRoot(nullptr), in TParseContext()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h66 TIntermBlock *getTreeRoot() const { return mTreeRoot; } in getTreeRoot()
670 TIntermBlock *mTreeRoot; // root of parse tree being created variable
DParseContext.cpp200 mTreeRoot(nullptr), in TParseContext()
401 mTreeRoot = treeRoot; in setTreeRoot()
402 mTreeRoot->setIsTreeRoot(); in setTreeRoot()