Searched refs:stbi_hdr_load_from_memory (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 377 extern float * stbi_hdr_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *com… 563 extern float * stbi_hdr_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *com… 703 float *hdr = stbi_hdr_load_from_memory(buffer, len,x,y,comp,req_comp); in stbi_load_from_memory() 749 return stbi_hdr_load_from_memory(buffer, len,x,y,comp,req_comp); in stbi_loadf_from_memory() 4947 float *stbi_hdr_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req… in stbi_hdr_load_from_memory() function
|