Home | History | Annotate | Download | only in hwc

Lines Matching refs:testRandMod

412         list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
428 unsigned int idx = testRandMod(selectedFrames[n1].size());
433 testRandMod(NUMA(blendingOps))];
436 testRandMod(vecLayerFlags.size() + 1)));
439 testRandMod(vecTransformFlags.size() + 1)));
440 layer->sourceCrop.left = testRandMod(gBuf->getWidth());
441 layer->sourceCrop.top = testRandMod(gBuf->getHeight());
443 + testRandMod(gBuf->getWidth() - layer->sourceCrop.left) + 1;
445 + testRandMod(gBuf->getHeight() - layer->sourceCrop.top) + 1;
446 layer->displayFrame.left = testRandMod(width);
447 layer->displayFrame.top = testRandMod(height);
449 + testRandMod(width - layer->displayFrame.left) + 1;
451 + testRandMod(height - layer->displayFrame.top) + 1;
499 unsigned int idx = testRandMod(selectedFrames[n1].size());
559 size_t rows = testRandMod(maxRows) + 1;
567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
589 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols;
624 rv.erase(rv.begin() + testRandMod(rv.size()));