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:HdiLayer
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_layer.cpp
58
std::shared_ptr<
HdiLayer
>
HdiLayer
::CreateHdiLayer(uint32_t screenId)
in CreateHdiLayer()
60
return std::make_shared<
HdiLayer
>(screenId);
in CreateHdiLayer()
63
HdiLayer
::
HdiLayer
(uint32_t screenId) : screenId_(screenId)
in HdiLayer()
function in OHOS::Rosen::HdiLayer
68
HdiLayer
::~
HdiLayer
()
in ~HdiLayer()
73
bool
HdiLayer
::Init(const LayerInfoPtr &layerInfo)
in Init()
86
int32_t
HdiLayer
::InitDevice()
in InitDevice()
100
int32_t
HdiLayer
[all...]
H
A
D
hdi_output.cpp
193
LayerPtr layer =
HdiLayer
::CreateHdiLayer(screenId_);
in CreateLayerLocked()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer.h
35
class
HdiLayer
{
class
37
explicit
HdiLayer
(uint32_t screenId);
38
virtual ~
HdiLayer
();
43
static std::shared_ptr<
HdiLayer
> CreateHdiLayer(uint32_t screenId);
H
A
D
hdi_output.h
34
using LayerPtr = std::shared_ptr<
HdiLayer
>;
49
static constexpr uint32_t COMPOSITION_RECORDS_NUM =
HdiLayer
::FRAME_RECORDS_NUM;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H
A
D
hdilayer_test.cpp
30
static inline std::shared_ptr<
HdiLayer
> hdiLayer_;
35
hdiLayer_ =
HdiLayer
::CreateHdiLayer(0);
in SetUpTestCase()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H
A
D
hdilayer_fuzzer.cpp
120
std::shared_ptr<
HdiLayer
> hdiLayer =
HdiLayer
::CreateHdiLayer(screenId);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdilayer_test.cpp
34
static inline std::shared_ptr<
HdiLayer
> hdiLayer_;
42
hdiLayer_ =
HdiLayer
::CreateHdiLayer(0);
in SetUpTestCase()
H
A
D
hdioutput_test.cpp
408
output->surfaceIdMap_[i] =
HdiLayer
::CreateHdiLayer(i);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_hardware_thread.h
34
using LayerPtr = std::shared_ptr<
HdiLayer
>;
Completed in 5 milliseconds