Home | Sort by: relevance | last modified time | path |
/src/sys/dev/wsfb/ | |
genfb.c | 647 bool is_bgr, is_swapped, is_10bit; local in function:genfb_init_screen 675 is_bgr = false; 677 "is_bgr", &is_bgr); 690 if (is_bgr) { |
/src/sys/arch/arm/broadcom/ | |
bcm283x_platform.c | 952 bool is_bgr = true; local in function:rpi_fb_init 1036 is_bgr = integer == 0; 1038 prop_dictionary_set_bool(dict, "is_bgr", is_bgr); |