Searched refs:testRuns (Results 1 - 3 of 3) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 165 def run_test_set(encoder, testRef, testSet, quality, blockSizes, testRuns, 176 testRuns (int): The number of test repeats to run for each image test. 205 res = encoder.run_test(image, blkSz, "-%s" % quality, testRuns,
|
/third_party/astc-encoder/Test/testlib/ |
H A D | encoder.py | 190 def run_test(self, image, blockSize, preset, testRuns, keepOutput=True, 199 testRuns (int): The number of test runs. 219 for _ in range(0, testRuns):
|
/third_party/skia/tests/ |
H A D | GrClipStackTest.cpp | 430 int testRuns = 1; in run_test_case() local 433 while (i < n && testRuns < kMaxRuns) { in run_test_case() 445 testRuns++; in run_test_case()
|
Completed in 5 milliseconds