Home
last modified time | relevance | path

Searched refs:mInit (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp240 return (mInit ? 1 : 0) + (mCond ? 1 : 0) + (mExpr ? 1 : 0) + (mBody ? 1 : 0); in getChildCount()
247 if (mInit) in getChildNode()
249 children[childIndex] = mInit; in getChildNode()
274 REPLACE_IF_IS(mInit, TIntermNode, original, replacement);
1075 return mInit;
1082 REPLACE_IF_IS(mInit, TIntermTyped, original, replacement);
1591 : mType(type), mInit(init), mCond(cond), mExpr(expr), mBody(body) in TIntermLoop()
1595 if (mInit && mInit->getAsDeclarationNode() && in TIntermLoop()
1596 mInit in TIntermLoop()
[all...]
H A DIntermNode.h228 TIntermNode *getInit() { return mInit; } in getInit()
233 void setInit(TIntermNode *init) { mInit = init; } in setInit()
242 TIntermNode *mInit; // for-loop initialization member in sh::TIntermLoop
955 TIntermTyped *getInit() { return mInit; } in getInit()
964 TIntermTyped *mInit; member in sh::TIntermSwitch
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h641 : TIntermNode(), mInit(init), mStatementList(statementList) in TIntermSwitch()
648 TIntermTyped *getInit() { return mInit; } in getInit()
653 TIntermTyped *mInit; member in TIntermSwitch

Completed in 8 milliseconds