Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h178 STBIWDEF int stbi_write_tga(char const *filename, int w, int h, int comp, const void *data);
619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() function
Dastcenccli_image_load_store.cpp182 int res = stbi_write_tga(filename, img->dim_x, img->dim_y, 4, buf); in store_tga_image_with_stb()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h178 STBIWDEF int stbi_write_tga(char const *filename, int w, int h, int comp, const void *data);
619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() function