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:bloomQualityType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H
A
D
render_bloom.cpp
73
if (ppConfig.bloomConfiguration.
bloomQualityType
== BloomConfiguration::QUALITY_TYPE_LOW) {
in PreExecute()
93
const auto
bloomQualityType
= ppConfig.bloomConfiguration.
bloomQualityType
;
in Execute()
local
94
PLUGIN_ASSERT(
bloomQualityType
< CORE_BLOOM_QUALITY_COUNT);
in Execute()
96
psos_.downscale = psos_.downscaleHandlesCompute[
bloomQualityType
].regular;
in Execute()
97
psos_.downscaleAndThreshold = psos_.downscaleHandlesCompute[
bloomQualityType
].threshold;
in Execute()
99
psos_.downscale = psos_.downscaleHandles[
bloomQualityType
].regular;
in Execute()
100
psos_.downscaleAndThreshold = psos_.downscaleHandles[
bloomQualityType
].threshold;
in Execute()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H
A
D
render_data_store_render_pods.h
167
BloomQualityType
bloomQualityType
{ BloomQualityType::QUALITY_TYPE_NORMAL };
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H
A
D
render_data_configuration_loader.cpp
130
SafeGetJsonEnum(*cIter, "
bloomQualityType
", err, ppConfig.bloomConfiguration.
bloomQualityType
);
in LoadPostProcess()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H
A
D
post_process_component_manager.cpp
161
DECL_PROPERTY2(BloomConfiguration,
bloomQualityType
, "", 0)
Completed in 4 milliseconds