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

  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 413 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
429 unsigned int idx = testRandMod(selectedFrames[n1].size());
434 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
437 testRandMod(vecLayerFlags.size() + 1)));
440 testRandMod(vecTransformFlags.size() + 1)));
441 layer->sourceCrop.left = testRandMod(gBuf->getWidth());
442 layer->sourceCrop.top = testRandMod(gBuf->getHeight());
444 + testRandMod(gBuf->getWidth() - layer->sourceCrop.left) + 1;
446 + testRandMod(gBuf->getHeight() - layer->sourceCrop.top) + 1;
447 layer->displayFrame.left = testRandMod(width)
    [all...]
  /system/extras/tests/include/
testUtil.h 43 uint32_t testRandMod(uint32_t mod);
  /system/extras/tests/lib/testUtil/
testUtil.c 204 uint32_t testRandMod(uint32_t mod)
243 return (testRandMod(2));
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 486 chosenAvail = testRandMod(numAvailCPU);

Completed in 124 milliseconds