HomeSort by relevance Sort by last modified time
    Searched refs:numSteps (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js 32 numSteps: 0
55 fps.numSteps++;
60 var meanSimTime = fps.sumSimTime / fps.numSteps;
63 (fps.numSteps * 1000 / (curTimeMs - fps.lastTimeMs)).toFixed(1);
66 fps.numSteps = 0;
  /external/deqp/framework/randomshaders/
rsgUtils.hpp 55 int numSteps = (int)((max-min)/step);
56 return min + step*rnd.getInt(0, numSteps);
rsgExpression.cpp 378 int numSteps = (int)((maxVal-minVal)/step) + 1;
380 float value = deFloatClamp(minVal + step*state.getRandom().getInt(0, numSteps), minVal, maxVal);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 180 const int numSteps = 8;
181 const float step = 2.0f / (float)numSteps;
188 for (int ndx = 0; ndx < numSteps; ndx++)
191 float c = (float)ndx / (float)(numSteps-1);
203 const int numSteps = 4;
210 for (int ndx = 0; ndx < numSteps; ndx++)
213 float c = (float)ndx / (float)(numSteps-1);
es3fDepthStencilClearTests.cpp 329 int numSteps = DEPTH_STEPS;
330 float step = 2.0f / numSteps;
337 for (int ndx = 0; ndx < numSteps; ndx++)
340 float c = (float)ndx / (float)(numSteps-1);
362 int numSteps = STENCIL_STEPS;
364 int step = numValues / numSteps;
379 for (int ndx = 0; ndx < numSteps; ndx++)
382 float c = (float)ndx / (float)(numSteps-1);
es3fDepthStencilTests.cpp 316 int numSteps = DE_LENGTH_OF_ARRAY(depthSteps);
317 const float colorStep = 1.0f / (float)(numSteps-1);
319 for (int ndx = 0; ndx < numSteps; ndx++)
    [all...]
  /external/opencv/cvaux/src/
cvtexture.cpp 75 int* steps, int numSteps, int* memorySteps );
271 int numSteps,
286 CV_CALL( destGLCM->matrices = (double***)cvAlloc( sizeof(matrices[0])*numSteps ));
289 for( stepLoop=0; stepLoop<numSteps; stepLoop++ )
304 CV_CALL( stepIncrementsCounter = (int*)cvAlloc( numSteps*sizeof(stepIncrementsCounter[0])));
305 memset( stepIncrementsCounter, 0, numSteps*sizeof(stepIncrementsCounter[0]) );
314 for( stepLoop=0; stepLoop<numSteps; stepLoop++ )
341 for( stepLoop=0; stepLoop<numSteps; stepLoop++ )
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 326 int numSteps = DEPTH_STEPS;
327 float step = 2.0f / numSteps;
334 for (int ndx = 0; ndx < numSteps; ndx++)
337 float c = (float)ndx / (float)(numSteps-1);
359 int numSteps = STENCIL_STEPS;
361 int step = numValues / numSteps;
376 for (int ndx = 0; ndx < numSteps; ndx++)
379 float c = (float)ndx / (float)(numSteps-1);
es2fDepthStencilTests.cpp 316 int numSteps = DE_LENGTH_OF_ARRAY(depthSteps);
317 const float colorStep = 1.0f / (float)(numSteps-1);
319 for (int ndx = 0; ndx < numSteps; ndx++)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 267 UInt64 numSteps = 0;
286 numSteps++;
289 if (numSteps != 0)
293 PrintNumber(f, ((speedTotals.Values[ti] / numSteps) >> 20), 5);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 436 * @param numSteps The number of steps to be changed.
440 final int numSteps, final boolean isGlobal)
454 for(int i = 0; i < numSteps; i++)
483 * @param numSteps The number of steps from the first to copy into the new
487 protected WalkingIterator createIteratorFromSteps(final WalkingIterator wi, int numSteps)
495 for(int i = 1; i < numSteps; i++)
516 * @param numSteps The number of steps to compare.
521 int numSteps)
526 for(int i = 0; (i < numSteps); i++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperationsTest.cpp 58 static const size_t numSteps = 10;
59 for (size_t step = 0; step < numSteps; ++step) {
60 float t = step / (numSteps - 1);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
StillCaptureTest.java     [all...]
  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 251 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
255 int numSteps, const bool* contains) {
257 for (int i = 0; i < numSteps; ++i) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 607 milliseconds