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:imageLoadResult
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
ecs_serializer.cpp
1113
auto
imageLoadResult
= renderContext_.GetEngine().GetImageLoaderManager().LoadImage(fileUri, imageLoaderFlags);
in LoadImageResource()
local
1116
if (!
imageLoadResult
.success) {
in LoadImageResource()
1117
CORE_LOG_E("Could not load image asset: %s",
imageLoadResult
.error);
in LoadImageResource()
1121
GpuImageDesc gpuDesc = gpuResourceMgr.CreateGpuImageDesc(
imageLoadResult
.image->GetImageDesc());
in LoadImageResource()
1128
imageHandle = gpuResourceMgr.Create(uri, gpuDesc, std::move(
imageLoadResult
.image));
in LoadImageResource()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_serializer.cpp
1211
auto
imageLoadResult
= renderContext_.GetEngine().GetImageLoaderManager().LoadImage(fileUri, imageLoaderFlags);
in LoadImageResource()
local
1214
if (!
imageLoadResult
.success) {
in LoadImageResource()
1215
CORE_LOG_E("Could not load image asset: %s",
imageLoadResult
.error);
in LoadImageResource()
1219
GpuImageDesc gpuDesc = gpuResourceMgr.CreateGpuImageDesc(
imageLoadResult
.image->GetImageDesc());
in LoadImageResource()
1226
imageHandle = gpuResourceMgr.Create(uri, gpuDesc, std::move(
imageLoadResult
.image));
in LoadImageResource()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.cpp
2206
const auto&
imageLoadResult
= imageLoadResults[(mipIndex * 6u)];
in PrepareImageData()
local
2207
const auto& loadedImageDesc =
imageLoadResult
.image->GetImageDesc();
in PrepareImageData()
2208
const auto& loadedBufferImageCopy =
imageLoadResult
.image->GetBufferImageCopies()[0];
in PrepareImageData()
Completed in 13 milliseconds