Searched refs:testnum (Results 1 - 9 of 9) sorted by relevance
/external/pixman/test/ |
H A D | matrix-test.c | 74 test_matrix (int testnum, int verbose) argument 80 prng_srand (testnum); 163 testnum, i, diff); 169 testnum, i, diff);
|
H A D | rotate-test.c | 82 test_transform (int testnum, int verbose) argument 87 prng_srand (testnum);
|
H A D | blitters-test.c | 223 test_composite (int testnum, int verbose) argument 243 max_width = max_height = 24 + testnum / 10000; 244 max_extra_stride = 4 + testnum / 1000000; 255 prng_srand (testnum);
|
H A D | composite-traps-test.c | 47 test_composite (int testnum, argument 78 prng_srand (testnum);
|
H A D | glyph-test.c | 218 test_glyphs (int testnum, int verbose) argument 227 prng_srand (testnum);
|
H A D | utils.h | 105 uint32_t (*test_function)(int testnum, int verbose),
|
H A D | affine-test.c | 25 test_composite (int testnum, argument 51 prng_srand (testnum);
|
H A D | scaling-test.c | 49 test_composite (int testnum, argument 83 prng_srand (testnum);
|
H A D | utils.c | 653 uint32_t (*test_function)(int testnum, int verbose), 650 fuzzer_test_main(const char *test_name, int default_number_of_iterations, uint32_t expected_checksum, uint32_t (*test_function)(int testnum, int verbose), int argc, const char *argv[]) argument
|
Completed in 806 milliseconds