Searched refs:is_rgb16 (Results 1 – 1 of 1) sorted by relevance
5654 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() argument5657 if (is_rgb16) *is_rgb16 = 0; in stbi__tga_get_comp()5662 case 15: if(is_rgb16) *is_rgb16 = 1; in stbi__tga_get_comp()