Home
last modified time | relevance | path

Searched refs:mIsTreeRoot (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h692 TIntermBlock() : TIntermNode(), mIsTreeRoot(false) {} in TIntermBlock()
714 void setIsTreeRoot() { mIsTreeRoot = true; } in setIsTreeRoot()
715 bool isTreeRoot() const { return mIsTreeRoot; } in isTreeRoot()
722 bool mIsTreeRoot; variable
DIntermNode.cpp443 ASSERT(!node.mIsTreeRoot); in TIntermBlock()
444 mIsTreeRoot = false; in TIntermBlock()