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:layer2
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_engine_test.cpp
111
LayerInfoPtr
layer2
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST()
local
112
layer2
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE_CLEAR);
in HWTEST()
119
layer2
->SetBuffer(buffer, surfaceNode->GetRSSurfaceHandler()->GetAcquireFence());
in HWTEST()
124
layers.emplace_back(
layer2
);
in HWTEST()
H
A
D
rs_hardware_thread_test.cpp
187
auto
layer2
= composerAdapter_->CreateLayer(*surfaceNode2);
in HWTEST_F()
local
188
ASSERT_NE(
layer2
, nullptr);
in HWTEST_F()
194
layers.emplace_back(
layer2
);
in HWTEST_F()
H
A
D
rs_render_engine_test.cpp
164
LayerInfoPtr
layer2
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST_F()
local
165
layer2
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE_CLEAR);
in HWTEST_F()
166
layers.emplace_back(
layer2
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_hardware_thread_unit_test.cpp
187
auto
layer2
= composerAdapter_->CreateLayer(*surfaceNode2);
in HWTEST_F()
local
188
ASSERT_NE(
layer2
, nullptr);
in HWTEST_F()
194
layers.emplace_back(
layer2
);
in HWTEST_F()
H
A
D
rs_render_engine_unit_test.cpp
134
LayerInfoPtr
layer2
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST_F()
local
135
layer2
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE_CLEAR);
in HWTEST_F()
136
layers.emplace_back(
layer2
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_backend.cpp
299
static inline bool Cmp(const LayerInfoPtr &layer1, const LayerInfoPtr &
layer2
)
in Cmp()
argument
301
if (layer1 == nullptr ||
layer2
== nullptr) {
in Cmp()
304
return layer1->GetZorder() <
layer2
->GetZorder();
in Cmp()
H
A
D
hdi_output.cpp
870
static inline bool Cmp(const LayerDumpInfo &layer1, const LayerDumpInfo &
layer2
)
in Cmp()
argument
872
return layer1.layer->GetLayerInfo()->GetZorder() <
layer2
.layer->GetLayerInfo()->GetZorder();
in Cmp()
Completed in 6 milliseconds