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:Gltf2
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2.cpp
37
Gltf2
::
Gltf2
(IGraphicsContext& graphicsContext)
in Gltf2()
function in Gltf2
42
Gltf2
::
Gltf2
(IFileManager& fileManager) : fileManager_(fileManager) {}
in Gltf2()
function in Gltf2
57
GLTFLoadResult
Gltf2
::LoadGLTF(const string_view uri)
in LoadGLTF()
62
GLTFLoadResult
Gltf2
::LoadGLTF(array_view<uint8_t const> data)
in LoadGLTF()
73
Entity
Gltf2
::ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData, const GLTFResourceData& gltfResourceData,
in ImportGltfScene()
84
IGLTF2Importer::Ptr
Gltf2
::CreateGLTF2Importer(IEcs& ecs)
in CreateGLTF2Importer()
96
IGLTF2Importer::Ptr
Gltf2
::CreateGLTF2Importer(IEcs& ecs, IThreadPool& pool)
in CreateGLTF2Importer()
105
ISceneLoader::Result
Gltf2
[all...]
H
A
D
gltf2.h
37
class
Gltf2
final : public IGltf2, ISceneLoader {
39
explicit
Gltf2
(IGraphicsContext& graphicsContext);
41
explicit
Gltf2
(CORE_NS::IFileManager& fileManager);
42
~
Gltf2
() override = default;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H
A
D
graphics_context.h
42
class
Gltf2
;
103
BASE_NS::unique_ptr<
Gltf2
> gltf2_;
H
A
D
graphics_context.cpp
307
gltf2_ = make_unique<
Gltf2
>(*this);
in Init()
Completed in 2 milliseconds