Searched refs:stbi__load_main (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() function 1243 void *result = stbi__load_main(s, x, y, comp, req_comp, &ri, 8); in stbi__load_and_postprocess_8bit() 1269 void *result = stbi__load_main(s, x, y, comp, req_comp, &ri, 16); in stbi__load_and_postprocess_16bit()
|