Home
last modified time | relevance | path

Searched refs:stbi__tga_get_comp (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h5654 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() function
5721 tga_comp = stbi__tga_get_comp(tga_colormap_bpp, 0, NULL); in stbi__tga_info()
5723 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
5828 if ( tga_indexed ) tga_comp = stbi__tga_get_comp(tga_palette_bits, 0, &tga_rgb16); in stbi__tga_load()
5829 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()