Home
last modified time | relevance | path

Searched refs:newDepth (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/plat-mac/Carbon/
DQDOffscreen.py31 newDepth = 1L << newDepthBit variable
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/llvm-project/llvm/include/llvm/IR/
DLegacyPassManagers.h368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DContentGroup.java237 int newDepth = depth + keyPath.incrementDepthBy(getName(), depth); in resolveKeyPath() local
242 element.resolveKeyPath(keyPath, newDepth, accumulator, currentPartialKeyPath); in resolveKeyPath()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java213 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local
214 if (newLength >= minLengthByDepth[newDepth]) { in concatenate()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java579 int newDepth = depth + keyPath.incrementDepthBy(getName(), depth); in resolveKeyPath() local
580 resolveChildKeyPath(keyPath, newDepth, accumulator, currentPartialKeyPath); in resolveKeyPath()
/external/mesa3d/src/mesa/main/
Dmipmap.c1921 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1927 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1933 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1940 depth = newDepth; in _mesa_prepare_mipmap_levels()