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:layer1
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_engine_test.cpp
108
LayerInfoPtr
layer1
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST()
local
109
layer1
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE);
in HWTEST()
118
layer1
->SetBuffer(buffer, surfaceNode->GetRSSurfaceHandler()->GetAcquireFence());
in HWTEST()
123
layers.emplace_back(
layer1
);
in HWTEST()
H
A
D
rs_hardware_thread_test.cpp
185
auto
layer1
= composerAdapter_->CreateLayer(*surfaceNode1);
in HWTEST_F()
local
186
ASSERT_NE(
layer1
, nullptr);
in HWTEST_F()
193
layers.emplace_back(
layer1
);
in HWTEST_F()
H
A
D
rs_render_engine_test.cpp
161
LayerInfoPtr
layer1
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST_F()
local
162
layer1
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE);
in HWTEST_F()
163
layers.emplace_back(
layer1
);
in HWTEST_F()
H
A
D
rs_uni_render_composer_adapter_test.cpp
113
auto
layer1
=
in HWTEST_F()
local
115
ASSERT_NE(
layer1
, nullptr);
in HWTEST_F()
117
layers.emplace_back(
layer1
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_hardware_thread_unit_test.cpp
185
auto
layer1
= composerAdapter_->CreateLayer(*surfaceNode1);
in HWTEST_F()
local
186
ASSERT_NE(
layer1
, nullptr);
in HWTEST_F()
193
layers.emplace_back(
layer1
);
in HWTEST_F()
H
A
D
rs_render_engine_unit_test.cpp
131
LayerInfoPtr
layer1
= HdiLayerInfo::CreateHdiLayerInfo();
in HWTEST_F()
local
132
layer1
->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE);
in HWTEST_F()
133
layers.emplace_back(
layer1
);
in HWTEST_F()
H
A
D
rs_uni_render_composer_adapter_unit_test.cpp
279
auto
layer1
=
in HWTEST_F()
local
281
ASSERT_NE(
layer1
, nullptr);
in HWTEST_F()
283
layers.emplace_back(
layer1
);
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 11 milliseconds