Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1274 // @TODO: move stbi__convert_format to here in stbi__load_and_postprocess_8bit()
1753 static unsigned char *stbi__convert_format(unsigned char *data, int img_n, int req_comp, unsigned int x, unsigned int y) in stbi__convert_format() function
5277 result = stbi__convert_format((unsigned char *) result, p->s->img_out_n, req_comp, p->s->img_x, p->s->img_y); in stbi__do_png()
5723 out = stbi__convert_format(out, target, req_comp, s->img_x, s->img_y);
5724 if (out == NULL) return out; // stbi__convert_format frees input on failure
6064 tga_data = stbi__convert_format(tga_data, tga_comp, req_comp, tga_width, tga_height);
6315 out = stbi__convert_format(out, 4, req_comp, w, h);
6316 if (out == NULL) return out; // stbi__convert_format frees input on failure
6535 result=stbi__convert_format(result,4,req_comp,x,y);
7044 out = stbi__convert_format(ou
[all...]

Completed in 13 milliseconds