Searched refs:FILL_COLOR (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/tests/util/ |
D | pattern.c | 648 #define FILL_COLOR(idx, r, g, b) \ in util_smpte_c8_gamma() macro 653 FILL_COLOR( 0, 192, 192, 192); /* grey */ in util_smpte_c8_gamma() 654 FILL_COLOR( 1, 192, 192, 0 ); /* yellow */ in util_smpte_c8_gamma() 655 FILL_COLOR( 2, 0, 192, 192); /* cyan */ in util_smpte_c8_gamma() 656 FILL_COLOR( 3, 0, 192, 0 ); /* green */ in util_smpte_c8_gamma() 657 FILL_COLOR( 4, 192, 0, 192); /* magenta */ in util_smpte_c8_gamma() 658 FILL_COLOR( 5, 192, 0, 0 ); /* red */ in util_smpte_c8_gamma() 659 FILL_COLOR( 6, 0, 0, 192); /* blue */ in util_smpte_c8_gamma() 661 FILL_COLOR( 7, 0, 0, 192); /* blue */ in util_smpte_c8_gamma() 662 FILL_COLOR( 8, 19, 19, 19 ); /* black */ in util_smpte_c8_gamma() [all …]
|