Home
last modified time | relevance | path

Searched refs:vga_set_indexed_colors (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.h12 status_t vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count);
H A Dvga.cpp16 vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count) in vga_set_indexed_colors() function
H A Ddevice.cpp200 return vga_set_indexed_colors(args.first, args.colors, in device_ioctl()