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,
H A Dvesa.cpp596 vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, function
645 dprintf(DEVICE_NAME ": vesa_set_indexed_colors(): BIOS failed: %s\n",
651 dprintf(DEVICE_NAME ": vesa_set_indexed_colors(): BIOS returned "
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant_protos.h39 void vesa_set_indexed_colors(uint count, uint8 first, uint8 *colorData,
H A Dmode.cpp326 vesa_set_indexed_colors(uint count, uint8 first, uint8* colors, uint32 flags) function
328 TRACE(("vesa_set_indexed_colors()\n"));
H A Dhooks.cpp235 return (void*)vesa_set_indexed_colors;

Completed in 47 milliseconds