Searched refs:nv_dac_palette (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h54 status_t nv_dac_palette(uint8 r[256],uint8 g[256],uint8 b[256]);
H A Dnv_dac.c97 if (nv_dac_palette(r,g,b) != B_OK) return B_ERROR;
148 status_t nv_dac_palette(uint8 r[256],uint8 g[256],uint8 b[256]) function
H A Dnv_general.c1499 head2_palette = (dac_palette) nv_dac_palette;
1522 head1_palette = (dac_palette) nv_dac_palette;

Completed in 46 milliseconds