Searched refs:stbi_write_tga_core (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 497 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() function 579 return stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga_to_func() 587 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 497 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() function 579 return stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga_to_func() 587 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data); in stbi_write_tga()
|