Searched refs:test_image_faults (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dfence-image-self-test.c197 test_image_faults (pixman_format_code_t format, int min_width, int height) function in typeref:typename:pixman_bool_t
217 ok &= test_image_faults (PIXMAN_a8r8g8b8, 7, 5);
218 ok &= test_image_faults (PIXMAN_r8g8b8, 7, 5);
219 ok &= test_image_faults (PIXMAN_r5g6b5, 7, 5);
220 ok &= test_image_faults (PIXMAN_a8, 7, 5);
221 ok &= test_image_faults (PIXMAN_a4, 7, 5);
222 ok &= test_image_faults (PIXMAN_a1, 7, 5);

Completed in 2 milliseconds