HomeSort by relevance Sort by last modified time
    Searched defs:maxDepth (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectCallDepth.cpp 36 int maxDepth = depth;
55 maxDepth = std::max(callDepth, maxDepth);
64 return maxDepth;
76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth)
129 return depth >= maxDepth;
149 if (maxCallDepth >= maxDepth)
157 if (maxDepth != FunctionNode::kInfiniteCallDepth) {
DetectCallDepth.h 72 int maxDepth;
  /external/chromium_org/third_party/WebKit/Source/platform/
JSONValues.h 49 static const int maxDepth = 1000;
  /external/skia/src/core/
SkQuadTree.cpp 147 int maxDepth = 0;
150 maxDepth = SkMax32(maxDepth, getDepth(node->fChildren[index]));
153 return maxDepth + 1;
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 249 int maxDepth = 0;
271 maxDepth = de::max(maxDepth, depth);
273 return maxDepth + 1;
  /external/srec/tools/grxmlcompile/
sub_min.cpp 122 int ii, jj, dd, maxDepth, count, itCnt;
124 maxDepth= 0;
126 if (maxDepth < depthMap[ii])
127 maxDepth= depthMap[ii];
133 for (dd= 0; dd <= maxDepth; dd++)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF;
339 if (span.attrStepX[FRAG_ATTRIB_WPOS][2] > maxDepth ||
340 span.attrStepX[FRAG_ATTRIB_WPOS][2] < -maxDepth) {
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 145 const float maxDepth = 1.0f;
176 position.z() = rnd.getFloat(minDepth, maxDepth);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF;
339 if (span.attrStepX[FRAG_ATTRIB_WPOS][2] > maxDepth ||
340 span.attrStepX[FRAG_ATTRIB_WPOS][2] < -maxDepth) {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 896 opus_val16 maxDepth;
905 maxDepth=-QCONST16(31.9f, DB_SHIFT);
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
1003 return maxDepth;
    [all...]
  /external/libopus/celt/
celt_encoder.c 896 opus_val16 maxDepth;
905 maxDepth=-QCONST16(31.9f, DB_SHIFT);
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
1003 return maxDepth;
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 930 int maxDepth = 0;
936 if (maxDepth < depth) {
937 maxDepth = depth;
940 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth);
942 mStateStack = new StateInfo[maxDepth]
    [all...]
  /frameworks/native/opengl/libagl/
context.h 450 uint8_t maxDepth;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 306 static const int maxDepth = 20000;
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 

Completed in 510 milliseconds

1 2