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:HdiGrallocBuffer
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/hdf/display/composer/common/
H
A
D
hdi_test_layer.cpp
30
HdiGrallocBuffer
::
HdiGrallocBuffer
(uint32_t seqNo, uint32_t w, uint32_t h, Composer::V1_0::PixelFormat fmt)
in HdiGrallocBuffer()
function in OHOS::HDI::Display::TEST::HdiGrallocBuffer
54
HdiGrallocBuffer
::~
HdiGrallocBuffer
()
in ~HdiGrallocBuffer()
72
void
HdiGrallocBuffer
::SetReleaseFence(int fd)
in SetReleaseFence()
81
void
HdiGrallocBuffer
::SetAcquirceFence(int fd)
in SetAcquirceFence()
87
int32_t
HdiGrallocBuffer
::SetGraphicBuffer(std::function<int32_t (const BufferHandle*, uint32_t)> realFunc)
in SetGraphicBuffer()
104
HdiGrallocBuffer
* HdiTestLayer::AcquireBackBuffer()
in AcquireBackBuffer()
116
HdiGrallocBuffer
* HdiTestLayer::GetFrontBuffer() const
in GetFrontBuffer()
118
HdiGrallocBuffer
* buffe
in GetFrontBuffer()
[all...]
H
A
D
hdi_test_layer.h
28
class
HdiGrallocBuffer
{
class
30
HdiGrallocBuffer
(uint32_t seqNo, uint32_t w, uint32_t h, Composer::V1_0::PixelFormat fmt);
31
~
HdiGrallocBuffer
();
73
HdiGrallocBuffer
* GetFrontBuffer() const;
74
HdiGrallocBuffer
* GetBackBuffer() const;
75
HdiGrallocBuffer
* AcquireBackBuffer();
94
std::queue<std::unique_ptr<
HdiGrallocBuffer
>> frontBuffers_;
95
std::queue<std::unique_ptr<
HdiGrallocBuffer
>> backBuffers_;
108
std::unique_ptr<
HdiGrallocBuffer
> currentBuffer_;
H
A
D
hdi_test_display.cpp
169
HdiGrallocBuffer
* buffer = nullptr;
in Commit()
/test/xts/hats/hdf/display/composer/moduletest/
H
A
D
hdi_device_test.cpp
253
HdiGrallocBuffer
* handle = layer->GetFrontBuffer();
in CreateTestLayer()
489
HdiGrallocBuffer
* handle = layer->GetBackBuffer(); // the backbuffer has not present now
in TEST_P()
549
HdiGrallocBuffer
* handle = layer->GetBackBuffer(); // the backbuffer has not present now
in TEST_F()
/test/xts/hats/hdf/display/composer/unittest/
H
A
D
hdi_composer_ut.cpp
83
HdiGrallocBuffer
* handle = layer->GetFrontBuffer();
in CreateTestLayer()
599
HdiGrallocBuffer
* handle = layer->GetBackBuffer(); // the backbuffer has not present now
in HWTEST_F()
/test/xts/hats/hdf/display/composer/benchmark/
H
A
D
display_benchmark_test.cpp
105
HdiGrallocBuffer
* handle = layer->GetFrontBuffer();
in CreateTestLayer()
Completed in 7 milliseconds