Searched refs:stbiw__outfile (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() function 497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core() 505 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *)data,1,0, in stbi_write_bmp_core() 542 return stbiw__outfile(s, -1, -1, x, y, comp, 0, (void *) data, has_alpha, 0, in stbi_write_tga_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() function 497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core() 505 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *)data,1,0, in stbi_write_bmp_core() 542 return stbiw__outfile(s, -1, -1, x, y, comp, 0, (void *) data, has_alpha, 0, in stbi_write_tga_core()
|