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
defs:preBuffer
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_processor.cpp
114
auto
preBuffer
= params.GetPreBuffer();
in CreateLayer()
local
160
auto
preBuffer
= params.GetPreBuffer();
in CreateLayerForRenderThread()
local
190
auto
preBuffer
= surfaceHandler->GetPreBuffer();
in CreateUIFirstLayer()
local
229
GetLayerInfo(RSSurfaceRenderParams& params, sptr<SurfaceBuffer>& buffer, sptr<SurfaceBuffer>&
preBuffer
, const sptr<IConsumerSurface>& consumer, const sptr<SyncFence>& acquireFence)
GetLayerInfo()
argument
H
A
D
rs_base_render_util.h
47
sptr<SurfaceBuffer>
preBuffer
= nullptr;
member
H
A
D
rs_uni_render_thread.cpp
358
auto
preBuffer
= params->GetPreBuffer();
in ReleaseSelfDrawingNodeBuffer()
local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.cpp
171
auto
preBuffer
= drawLayer->GetPreBuffer();
in Draw()
local
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
hello_composer.cpp
283
auto
preBuffer
= layerContext->GetPreBuffer();
in Draw()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H
A
D
rs_surface_render_params.cpp
258
void RSSurfaceRenderParams::SetPreBuffer(const sptr<SurfaceBuffer>&
preBuffer
)
in SetPreBuffer()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H
A
D
rs_render_params.h
247
virtual void SetPreBuffer(const sptr<SurfaceBuffer>&
preBuffer
) {}
in SetPreBuffer()
argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_main_thread_unit_test.cpp
2129
sptr<SurfaceBuffer>
preBuffer
= OHOS::SurfaceBuffer::Create();
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_main_thread_test.cpp
2133
sptr<SurfaceBuffer>
preBuffer
= OHOS::SurfaceBuffer::Create();
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_output.cpp
641
auto
preBuffer
= layer->GetLayerInfo()->GetPreBuffer();
in ReleaseSurfaceBuffer()
local
649
auto
preBuffer
= layer->GetPreBuffer();
in ReleaseSurfaceBuffer()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_surface_render_node.cpp
1227
auto
preBuffer
= surfaceParams->GetPreBuffer();
in OnSkipSync()
local
1244
UpdateBufferInfo(const sptr<SurfaceBuffer>& buffer, const Rect& damageRect, const sptr<SyncFence>& acquireFence, const sptr<SurfaceBuffer>&
preBuffer
)
UpdateBufferInfo()
argument
Completed in 23 milliseconds