Lines Matching defs:loader
106 // The return value from an image loader is an 'unsigned char *' which points
283 // register a loader by filling out the above structure (you must define ALL functions)
286 extern int stbi_register_loader(stbi_loader *loader);
630 int stbi_register_loader(stbi_loader *loader)
635 if (loaders[i] == loader)
639 loaders[i] = loader;
3854 // Photoshop PSD loader -- PD by Thatcher Ulrich, integration by Nicolas Schulz, tweaked by STB
4066 // Softimage PIC loader
4314 // GIF loader -- public domain by Jean-Marc Lienher -- simplified/shrunk by stb
4744 // Radiance RGBE HDR loader
5059 0.98 TGA loader by lonesock; dynamically add loaders (untested)