Searched refs:get_palette_entry (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette, in get_palette_entry() function 95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color() 99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 106 pix += get_palette_entry(info, palette, ind[i], pix); in paletted_to_color()
|