Searched refs:stbi_write_tga_core (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() function 615 return stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga_to_func() 623 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() function 615 return stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga_to_func() 623 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga()
|