Home
last modified time | relevance | path

Searched refs:maxDepth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java930 int maxDepth = 0; in completeConstruction() local
936 if (maxDepth < depth) { in completeConstruction()
937 maxDepth = depth; in completeConstruction()
940 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()
942 mStateStack = new StateInfo[maxDepth]; in completeConstruction()
943 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()
/frameworks/native/opengl/libagl/
Dcontext.h450 uint8_t maxDepth; member
Dmatrix.cpp389 maxDepth = depth; in init()
460 if (depth >= (maxDepth-1)) { in push()