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:jsonExtensions
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_exporter.cpp
1692
json::value
jsonExtensions
= json::value::object {};
in ExportMaterialExtensions()
local
1695
jsonExtensions
["KHR_materials_pbrSpecularGlossiness"] = ExportSpecularGlossiness(material);
in ExportMaterialExtensions()
1700
jsonExtensions
["KHR_materials_unlit"] = json::value::object {};
in ExportMaterialExtensions()
1707
jsonExtensions
["KHR_materials_clearcoat"] = move(clearcoat);
in ExportMaterialExtensions()
1713
jsonExtensions
["KHR_materials_emissive_strength"] = move(emissiveStrength);
in ExportMaterialExtensions()
1719
jsonExtensions
["KHR_materials_ior"] = move(ior);
in ExportMaterialExtensions()
1725
jsonExtensions
["KHR_materials_sheen"] = move(sheen);
in ExportMaterialExtensions()
1731
jsonExtensions
["KHR_materials_specular"] = move(specular);
in ExportMaterialExtensions()
1737
jsonExtensions
["KHR_materials_transmission"] = move(transmission);
in ExportMaterialExtensions()
1741
return
jsonExtensions
;
in ExportMaterialExtensions()
1878
json::value
jsonExtensions
= json::value::object {};
ExportNodeExtensions()
local
1993
json::value
jsonExtensions
= json::value::object {};
ExportScenes()
local
2052
json::value
jsonExtensions
= json::value::object {};
ExportTextures()
local
2065
json::value
jsonExtensions
= json::value::object {};
ExportTextures()
local
2132
json::value
jsonExtensions
= json::value::object {};
ExportExtensions()
local
[all...]
H
A
D
gltf2_loader.cpp
872
if (auto
jsonExtensions
= jsonData.find("extensions");
jsonExtensions
) {
873
if (auto jsonDds =
jsonExtensions
->find("MSFT_texture_dds"); jsonDds) {
877
if (auto jsonBasisu =
jsonExtensions
->find("KHR_texture_basisu"); jsonBasisu) {
Completed in 7 milliseconds