Home
last modified time | relevance | path

Searched refs:stbi_failure_reason (Results 1 – 25 of 131) sorted by relevance

123456

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A DSOIL.c161 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture_size()
205 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_HDR_texture()
271 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture_from_memory()
331 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
355 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
380 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
405 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
430 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
524 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap_from_memory()
738 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_single_cubemap()
[all …]
H A Dstb_image_aug.h217 extern char *stbi_failure_reason (void);
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A DSOIL2.c421 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture()
471 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_HDR_texture()
564 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture_from_memory()
624 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
648 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
673 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
698 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
723 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
817 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap_from_memory()
1047 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_single_cubemap()
[all …]
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A DSOIL2.c424 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture()
474 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_HDR_texture()
565 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_texture_from_memory()
625 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
649 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
674 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
699 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
724 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap()
818 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_cubemap_from_memory()
1048 result_string_pointer = stbi_failure_reason(); in SOIL_load_OGL_single_cubemap()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dload_image.cpp75 << stbi_failure_reason() << std::endl; in LoadImage()
80 << stbi_failure_reason() << std::endl; in LoadImage()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DImageLoader.cpp127 …err() << "Failed to load image \"" << filename << "\". Reason: " << stbi_failure_reason() << std::… in loadImageFromFile()
171 … err() << "Failed to load image from memory. Reason: " << stbi_failure_reason() << std::endl; in loadImageFromMemory()
226 err() << "Failed to load image from stream. Reason: " << stbi_failure_reason() << std::endl; in loadImageFromStream()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/infill/
H A DImageBasedDensityProvider.cpp28 if (stbi_failure_reason()) in ImageBasedDensityProvider()
30 reason = stbi_failure_reason(); in ImageBasedDensityProvider()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/
H A DOgreSTBICodec.cpp151 "Error encoding image: " + String(stbi_failure_reason()), in encode()
186 "Error decoding image: " + String(stbi_failure_reason()), in decode()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/StbImageImporter/
H A DStbImageImporter.cpp110 … Error() << "Trade::StbImageImporter::image2D(): cannot open the image:" << stbi_failure_reason(); in doImage2D()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/stb_image/
H A Dstb_image.h268 extern const char *stbi_failure_reason (void);
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h267 extern const char *stbi_failure_reason(void);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h267 extern const char *stbi_failure_reason(void);
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.h302 extern const char *stbi_failure_reason (void);
/dports/devel/love10/love-0.10.2/src/modules/image/magpie/
H A DSTBHandler.cpp79 const char *err = stbi_failure_reason(); in decode()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dutil.cpp145 "Failed to read image file " + path + ": " + stbi_failure_reason()}; in read_image_file()
/dports/devel/love/love-11.3/src/modules/image/magpie/
H A DSTBHandler.cpp95 const char *err = stbi_failure_reason(); in decode()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_image.h152 extern char *stbi_failure_reason (void);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/splash/
H A Dsplash.c192 stbi_failure_reason()); in splash_render()
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth.cpp204 printf("%s\n",stbi_failure_reason()); in tryLoad()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dimage.c798 return luaL_error( L, "error loading %s: %s", filename, stbi_failure_reason() ); in l_load()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.cpp819 …URHO3D_LOGERROR("Could not load image " + source.GetName() + ": " + String(stbi_failure_reason())); in BeginLoad()
974 …URHO3D_LOGERROR("Could not load image " + source.GetName() + ": " + String(stbi_failure_reason())); in LoadColorLUT()
/dports/emulators/anese/ANESE-0.9.1/src/ui/SDL2/gui_modules/
H A Dwidenes.cc198 fprintf(stderr, "%s\n", stbi_failure_reason()); in load_scenes()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dloader.c934 sixel_helper_set_additional_message(stbi_failure_reason()); in load_with_builtin()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c221 extern char *stbi_failure_reason (void);
396 char *stbi_failure_reason(void) in stbi_failure_reason() function
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c272 extern const char *stbi_failure_reason (void);
513 const char *stbi_failure_reason(void) in stbi_failure_reason() function

123456