HomeSort by: relevance | last modified time | path
    Searched defs:stbi_bmp_load (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 344 extern stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp);
532 extern stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp);
3489 stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp) function in typeref:typename:stbi_uc *
5056 fix bug: the stbi_bmp_load() and stbi_tga_load() functions didn't work at all
stb_image.c 344 extern stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp);
532 extern stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp);
3489 stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp) function in typeref:typename:stbi_uc *
5056 fix bug: the stbi_bmp_load() and stbi_tga_load() functions didn't work at all

Completed in 28 milliseconds