Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h532 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/
Dstb_image_write.h532 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()