Searched refs:maxStackDepth (Results 1 – 2 of 2) sorted by relevance
124 int maxStackDepth = SkNextLog2(maxPushVertexCalls) + 1; variable125 if (maxStackDepth > kStackPreallocCount) {126 fVertexStack.reset(maxStackDepth);128 SkDEBUGCODE(fStackAllocCount = maxStackDepth;)
1000 int maxStackDepth = 0; in getMaxStack() local1007 if (stackDepth > maxStackDepth) { in getMaxStack()1008 maxStackDepth = stackDepth; in getMaxStack()1054 return maxStackDepth; in getMaxStack()