Home
last modified time | relevance | path

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

/third_party/glfw/deps/
H A 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);
623 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data);
/third_party/astc-encoder/Source/
H A 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);
623 int r = stbi_write_tga_core(&s, x, y, comp, (void *) data);

Completed in 5 milliseconds