Searched refs:stbi_write_png (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/image/ |
D | ImageUtils.cpp | 55 if (stbi_write_png(filename.c_str(), width, height, in SaveRGBAToPng()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 176 STBIWDEF int stbi_write_png(char const *filename, int w, int h, int comp, const void *data, int st… 1215 STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int str… in stbi_write_png() function
|
D | astcenccli_image_load_store.cpp | 160 int res = stbi_write_png(filename, img->dim_x, img->dim_y, 4, buf, img->dim_x * 4); in store_png_image_with_stb()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 176 STBIWDEF int stbi_write_png(char const *filename, int w, int h, int comp, const void *data, int st… 1215 STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int str… in stbi_write_png() function
|