Home
last modified time | relevance | path

Searched refs:stbi__load_and_postprocess_16bit (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() function
1374 result = stbi__load_and_postprocess_16bit(&s,x,y,comp,req_comp); in stbi_load_from_file_16()
1399 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_memory()
1406 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_callbacks()