Searched refs:stbi_load_from_file_16 (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 447 STBIDEF stbi_us *stbi_load_from_file_16(FILE *f, int *x, int *y, int *channels_in_file, int desired… 1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() function 1387 result = stbi_load_from_file_16(f,x,y,comp,req_comp); in stbi_load_16()
|