Lines Matching refs:testRandMod
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);
448 layer->displayFrame.top = testRandMod(height);
450 + testRandMod(width - layer->displayFrame.left) + 1;
452 + testRandMod(height - layer->displayFrame.top) + 1;
500 unsigned int idx = testRandMod(selectedFrames[n1].size());
560 size_t rows = testRandMod(maxRows) + 1;
568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols;
625 rv.erase(rv.begin() + testRandMod(rv.size()));