Searched refs:image_formats (Results 1 - 1 of 1) sorted by last modified time

/external/pixman/test/
H A Dstress-test.c12 static const pixman_format_code_t image_formats[] = variable
219 int n = prng_rand_n (ARRAY_LENGTH (image_formats));
226 format = image_formats[n++ % ARRAY_LENGTH (image_formats)];
231 format = image_formats[n];

Completed in 121 milliseconds