Home
last modified time | relevance | path

Searched refs:vesa_set_indexed_colors (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa_private.h48 extern status_t vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, uint16 count);
H A Ddevice.cpp193 status = vesa_set_indexed_colors(*info, args.first, args.colors, in device_ioctl()
H A Dvesa.cpp596 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 Daccelerant_protos.h39 void vesa_set_indexed_colors(uint count, uint8 first, uint8 *colorData,
H A Dhooks.cpp235 return (void*)vesa_set_indexed_colors; in get_accelerant_hook()
H A Dmode.cpp326 vesa_set_indexed_colors(uint count, uint8 first, uint8* colors, uint32 flags) in vesa_set_indexed_colors() function