Searched refs:igt_paint_test_pattern (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_mmap_write_crc.c | 94 igt_paint_test_pattern(cr, fb->width, fb->height); in test() 137 igt_paint_test_pattern(cr, fb->width, fb->height); in test()
|
D | kms_cursor_crc.c | 160 igt_paint_test_pattern(cr, data->screenw, data->screenh); in do_single_test() 231 igt_paint_test_pattern(cr, data->screenw, data->screenh); in do_fail_test()
|
D | kms_lease.c | 279 igt_paint_test_pattern(cr, fb->width, fb->height); in paint_fb()
|
D | kms_flip.c | 962 igt_paint_test_pattern(cr, width, height); in paint_flip_mode()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.h | 193 void igt_paint_test_pattern(cairo_t *cr, int width, int height);
|
D | igt_fb.c | 1435 void igt_paint_test_pattern(cairo_t *cr, int width, int height) in igt_paint_test_pattern() function 1679 igt_paint_test_pattern(cr, width, height); in igt_create_pattern_fb() 1724 igt_paint_test_pattern(cr, width, height); in igt_create_color_pattern_fb()
|