Searched refs:RGB_COLOR (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_rotation_crc.c | 117 #define RGB_COLOR(color) \ macro 141 igt_paint_color(cr, 0, 0, w / 2, h / 2, RGB_COLOR(tl)); in paint_squares() 142 igt_paint_color(cr, w / 2, 0, w / 2, h / 2, RGB_COLOR(tr)); in paint_squares() 143 igt_paint_color(cr, 0, h / 2, w / 2, h / 2, RGB_COLOR(bl)); in paint_squares() 144 igt_paint_color(cr, w / 2, h / 2, w / 2, h / 2, RGB_COLOR(br)); in paint_squares()
|