Searched refs:BPP24 (Results 1 – 17 of 17) sorted by relevance
/haiku/src/add-ons/accelerants/neomagic/ |
H A D | SetDisplayMode.c | 92 int colour_mode = BPP24; in SET_DISPLAY_MODE() 99 case B_RGB24_LITTLE: colour_depth = 24; colour_mode = BPP24; break; in SET_DISPLAY_MODE()
|
/haiku/src/add-ons/accelerants/neomagic/engine/ |
H A D | nm_proto.h | 77 enum{BPP8=0,BPP15=1,BPP16=2,BPP24=3}; enumerator
|
H A D | nm_dac.c | 38 case BPP24: in nm_dac_mode()
|
H A D | nm_crtc.c | 378 case BPP24: in nm_crtc_depth()
|
/haiku/src/add-ons/accelerants/via/engine/ |
H A D | proto.h | 130 enum{BPP8 = 0, BPP15 = 1, BPP16 = 2, BPP24 = 3, BPP32 = 4}; enumerator
|
H A D | crtc.c | 459 case BPP24: in eng_crtc_depth()
|
H A D | crtc2.c | 438 case BPP24: in eng_crtc2_depth()
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_proto.h | 134 BPP24 = 3, enumerator
|
H A D | mga_crtc2.c | 151 case BPP8:case BPP15:case BPP24:case BPP32:default: in g400_crtc2_depth()
|
H A D | mga_dac.c | 47 case BPP24:case BPP32: in gx00_dac_mode() 112 case BPP24: in gx00_dac_mode()
|
H A D | mga_crtc.c | 275 case BPP24: in gx00_crtc_depth()
|
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | proto.h | 129 enum{BPP8 = 0, BPP15 = 1, BPP16 = 2, BPP24 = 3, BPP32 = 4}; enumerator
|
H A D | crtc2.c | 438 case BPP24: in eng_crtc2_depth()
|
H A D | crtc.c | 455 case BPP24: in eng_crtc_depth()
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_proto.h | 197 enum{BPP8 = 0, BPP15 = 1, BPP16 = 2, BPP24 = 3, BPP32 = 4}; enumerator
|
H A D | nv_crtc2.c | 564 case BPP24: in nv_crtc2_depth()
|
H A D | nv_crtc.c | 581 case BPP24: in nv_crtc_depth()
|