Searched refs:ResultFailure (Results 1 – 7 of 7) sorted by relevance
380 return ImageLoaderManager::ResultFailure("Image not supported."); in CreateImage()384 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in CreateImage()463 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in CreateImage()483 return ImageLoaderManager::ResultFailure("Loading image failed."); in Load()491 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()495 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()499 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()503 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()510 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()523 return ImageLoaderManager::ResultFailure("Image not supported."); in Load()[all …]
151 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()160 return ImageLoaderManager::ResultFailure("Loading png_ptr failed"); in Load()165 return ImageLoaderManager::ResultFailure("Loading info_ptr failed"); in Load()170 return ImageLoaderManager::ResultFailure("png_jmpbuf to fail"); in Load()192 return ImageLoaderManager::ResultFailure("png LoadFromMemory fail"); in Load()226 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()233 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()244 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
183 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()193 return ImageLoaderManager::ResultFailure("jpeg_jmpbuf to fail"); in Load()216 return ImageLoaderManager::ResultFailure("jpeg LoadFromMemory fail"); in Load()251 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()258 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()269 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
278 return ImageLoaderManager::ResultFailure("Loading image failed."); in CreateImage()359 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()394 return ImageLoaderManager::ResultFailure(errorString); in Load()396 return ImageLoaderManager::ResultFailure("Loading image failed"); in Load()426 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()433 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()444 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
207 return ImageLoaderManager::ResultFailure("Loading image failed."); in CreateImage()
83 return ResultFailure("Can not open image."); in LoadImage()99 return ResultFailure("Can not read file header."); in LoadImage()109 return ResultFailure("Image loader not found for this format."); in LoadImage()117 return ResultFailure("Image loader can't load from empty buffer."); in LoadImage()128 return ResultFailure("Image loader not found for this format."); in LoadImage()180 ImageLoaderManager::LoadResult ImageLoaderManager::ResultFailure(const string_view error) in ResultFailure() function in ImageLoaderManager
57 static LoadResult ResultFailure(const BASE_NS::string_view error);