Searched refs:vesa_set_indexed_colors (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/drivers/graphics/vesa/ |
H A D | vesa_private.h | 48 extern status_t vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, uint16 count);
|
H A D | device.cpp | 193 status = vesa_set_indexed_colors(*info, args.first, args.colors, in device_ioctl()
|
H A D | vesa.cpp | 596 vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, in vesa_set_indexed_colors() function
|
/haiku/src/add-ons/accelerants/vesa/ |
H A D | accelerant_protos.h | 39 void vesa_set_indexed_colors(uint count, uint8 first, uint8 *colorData,
|
H A D | hooks.cpp | 235 return (void*)vesa_set_indexed_colors; in get_accelerant_hook()
|
H A D | mode.cpp | 326 vesa_set_indexed_colors(uint count, uint8 first, uint8* colors, uint32 flags) in vesa_set_indexed_colors() function
|