Searched refs:stbi_loadf_from_file (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 461 STBIDEF float *stbi_loadf_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_channels); 1496 result = stbi_loadf_from_file(f,x,y,comp,req_comp); in stbi_loadf() 1501 STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_loadf_from_file() function
|
Completed in 12 milliseconds