Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ResultFailure
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_ktx.cpp
380
return ImageLoaderManager::
ResultFailure
("Image not supported.");
in CreateImage()
384
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
406
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
411
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
421
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
433
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
463
return ImageLoaderManager::
ResultFailure
("Invalid ktx data.");
in CreateImage()
474
return ImageLoaderManager::
ResultFailure
("Input data must not be null.");
in Load()
477
return ImageLoaderManager::
ResultFailure
("Not enough data for parsing ktx.");
in Load()
483
return ImageLoaderManager::
ResultFailure
("Loadin
in Load()
[all...]
H
A
D
image_loader_libpng.cpp
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.");
233
return ImageLoaderManager::
ResultFailure
("Reading file failed.");
244
return ImageLoaderManager::
ResultFailure
("Data too big to read.");
H
A
D
image_loader_libjpeg.cpp
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.");
258
return ImageLoaderManager::
ResultFailure
("Reading file failed.");
269
return ImageLoaderManager::
ResultFailure
("Data too big to read.");
H
A
D
image_loader_stb_image.cpp
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.");
433
return ImageLoaderManager::
ResultFailure
("Reading file failed.");
444
return ImageLoaderManager::
ResultFailure
("Data too big to read.");
H
A
D
image_loader_common.cpp
207
return ImageLoaderManager::
ResultFailure
("Loading image failed.");
in CreateImage()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H
A
D
image_loader_manager.cpp
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
H
A
D
image_loader_manager.h
57
static LoadResult
ResultFailure
(const BASE_NS::string_view error);
Completed in 8 milliseconds