Searched refs:is_rgb16 (Results 1 – 2 of 2) sorted by relevance
5395 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() argument5398 if (is_rgb16) *is_rgb16 = 0; in stbi__tga_get_comp()5403 case 15: if(is_rgb16) *is_rgb16 = 1; in stbi__tga_get_comp()