Searched refs:random_format (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/pixman/dist/test/ | ||
| H A D | glyph-test.c | 104 random_format (const pixman_format_code_t *formats) function in typeref:typename:pixman_format_code_t 139 format = random_format (formats); 276 pixman_format_code_t format = random_format (glyph_formats); |
| H A D | solid-test.c | 164 random_format (const pixman_format_code_t *allowed_formats) function in typeref:typename:pixman_format_code_t 186 fmt = random_format (allowed_formats); 216 fmt = random_format (allowed_formats); |
| H A D | composite.c | 432 random_format (void) function in typeref:typename:int 447 image_init (&dst, random_color(), random_format(), 1); 448 image_init (&src, random_color(), random_format(), random_size()); 449 image_init (&mask, random_color(), random_format(), random_size()); |
| H A D | stress-test.c | 233 random_format (alpha_preference_t alpha) function in typeref:typename:pixman_format_code_t 270 format = random_format (alpha_preference); 936 random_format (REQUIRE_ALPHA), |
Completed in 5 milliseconds