HomeSort by: relevance | last modified time | path
    Searched refs:tga_load (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 3605 static stbi_uc *tga_load(stbi *s, int *x, int *y, int *comp, int req_comp) function in typeref:typename:stbi_uc *
3841 return tga_load(&s, x,y,comp,req_comp);
3849 return tga_load(&s, x,y,comp,req_comp);

Completed in 14 milliseconds