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:GetPreBuffer
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H
A
D
layer_context.h
41
sptr<SurfaceBuffer>
GetPreBuffer
() const
in GetPreBuffer()
function in OHOS::Rosen::Drawing::LayerContext
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_surface_render_node_four_test.cpp
266
ASSERT_EQ(node->stagingRenderParams_->
GetPreBuffer
(), nullptr);
in HWTEST_F()
297
ASSERT_EQ(node->GetRSSurfaceHandler()->
GetPreBuffer
(), nullptr);
in HWTEST_F()
303
ASSERT_EQ(node->GetRSSurfaceHandler()->
GetPreBuffer
(), nullptr);
in HWTEST_F()
309
ASSERT_NE(node->GetRSSurfaceHandler()->
GetPreBuffer
(), nullptr);
in HWTEST_F()
315
ASSERT_NE(node->GetRSSurfaceHandler()->
GetPreBuffer
(), nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
layer_context.h
59
sptr<SurfaceBuffer>
GetPreBuffer
() const
in GetPreBuffer()
function in OHOS::LayerContext
H
A
D
hello_composer.cpp
283
auto preBuffer = layerContext->
GetPreBuffer
();
in Draw()
/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()
160
auto preBuffer = params.
GetPreBuffer
();
in CreateLayerForRenderThread()
190
auto preBuffer = surfaceHandler->
GetPreBuffer
();
in CreateUIFirstLayer()
H
A
D
rs_uni_render_thread.cpp
358
auto preBuffer = params->
GetPreBuffer
();
in ReleaseSelfDrawingNodeBuffer()
H
A
D
rs_uni_render_composer_adapter.cpp
115
info.preBuffer = surfaceHandler.
GetPreBuffer
();
in SetPreBufferInfo()
864
info.preBuffer = params->
GetPreBuffer
();
in BuildComposeInfo()
H
A
D
rs_main_thread.cpp
1385
auto preBuffer = surfaceHandler->
GetPreBuffer
();
in ConsumeAndUpdateAllNodes()
1669
auto preBuffer = surfaceHandler->
GetPreBuffer
();
in ReleaseAllNodesBuffer()
2128
if (!surfaceHandler->IsCurrentFrameBufferConsumed() && params->
GetPreBuffer
() != nullptr) {
in DoDirectComposition()
H
A
D
rs_base_render_util.cpp
1035
auto preBuffer = surfaceHandler.
GetPreBuffer
();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_thread_test.cpp
501
EXPECT_FALSE(params->
GetPreBuffer
());
in HWTEST_F()
507
EXPECT_TRUE(params->
GetPreBuffer
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_uni_render_thread_ext_test.cpp
501
EXPECT_FALSE(params->
GetPreBuffer
());
in HWTEST_F()
507
EXPECT_FALSE(params->
GetPreBuffer
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer_info.h
249
sptr<SurfaceBuffer>
GetPreBuffer
() const
in GetPreBuffer()
function in OHOS::Rosen::HdiLayerInfo
479
pbuffer_= layerInfo->
GetPreBuffer
();
in CopyLayerInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_surface_handler.h
201
sptr<SurfaceBuffer>
GetPreBuffer
()
in GetPreBuffer()
function in OHOS::Rosen::RSSurfaceHandler
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H
A
D
rs_render_params.h
248
virtual sptr<SurfaceBuffer>
GetPreBuffer
() { return nullptr; }
in GetPreBuffer()
function in OHOS::Rosen::RSRenderParams
H
A
D
rs_surface_render_params.h
393
sptr<SurfaceBuffer>
GetPreBuffer
() override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.cpp
171
auto preBuffer = drawLayer->
GetPreBuffer
();
in Draw()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_output.cpp
641
auto preBuffer = layer->GetLayerInfo()->
GetPreBuffer
();
in ReleaseSurfaceBuffer()
649
auto preBuffer = layer->
GetPreBuffer
();
in ReleaseSurfaceBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H
A
D
rs_surface_render_params.cpp
265
sptr<SurfaceBuffer> RSSurfaceRenderParams::
GetPreBuffer
()
in GetPreBuffer()
function in OHOS::Rosen::RSSurfaceRenderParams
/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()
1265
if (auto preBuffer = surfaceHandler_->
GetPreBuffer
()) {
in NeedClearBufferCache()
Completed in 40 milliseconds