Searched refs:stbi_hdr_load_from_memory (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c377 extern float * stbi_hdr_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp);
563 extern float * stbi_hdr_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp);
703 float *hdr = stbi_hdr_load_from_memory(buffer, len,x,y,comp,req_comp);
749 return stbi_hdr_load_from_memory(buffer, len,x,y,comp,req_comp);
4947 float *stbi_hdr_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) function

Completed in 202 milliseconds