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:drawingCSurface
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_engine_sample.cpp
177
drawingCSurface
= IConsumerSurface::Create();
in CreateDrawingSurface()
178
drawingCSurface
->SetDefaultWidthAndHeight(drawingWidth, drawingHeight);
in CreateDrawingSurface()
179
drawingCSurface
->SetDefaultUsage(BUFFER_USAGE_CPU_READ | BUFFER_USAGE_CPU_WRITE | BUFFER_USAGE_MEM_DMA);
in CreateDrawingSurface()
181
sptr<IBufferProducer> producer =
drawingCSurface
->GetProducer();
in CreateDrawingSurface()
183
drawingCSurface
->RegisterConsumerListener(this);
in CreateDrawingSurface()
185
prevBufferMap_[
drawingCSurface
->GetUniqueId()] = nullptr;
in CreateDrawingSurface()
186
prevFenceMap_[
drawingCSurface
->GetUniqueId()] = SyncFence::INVALID_FENCE;
in CreateDrawingSurface()
272
SurfaceError ret =
drawingCSurface
->AcquireBuffer(cbuffer, fence, timestamp, damage);
in DrawDrawingLayer()
285
layer->SetSurface(
drawingCSurface
);
in DrawDrawingLayer()
301
prevBufferMap_[
drawingCSurface
in DrawDrawingLayer()
[all...]
H
A
D
render_context_sample.cpp
153
drawingCSurface
= IConsumerSurface::Create();
in CreateDrawingSurface()
154
drawingCSurface
->SetDefaultWidthAndHeight(backGroundWidth, backGroundHeight);
in CreateDrawingSurface()
155
drawingCSurface
->SetDefaultUsage(BUFFER_USAGE_CPU_READ | BUFFER_USAGE_CPU_WRITE | BUFFER_USAGE_MEM_DMA);
in CreateDrawingSurface()
157
sptr<IBufferProducer> producer =
drawingCSurface
->GetProducer();
in CreateDrawingSurface()
159
drawingCSurface
->RegisterConsumerListener(this);
in CreateDrawingSurface()
161
prevBufferMap_[
drawingCSurface
->GetUniqueId()] = nullptr;
in CreateDrawingSurface()
162
prevFenceMap_[
drawingCSurface
->GetUniqueId()] = SyncFence::INVALID_FENCE;
in CreateDrawingSurface()
350
SurfaceError ret =
drawingCSurface
->AcquireBuffer(cbuffer, fence, timestamp, damage);
in FillDrawingLayer()
365
showLayer->SetSurface(
drawingCSurface
);
in FillDrawingLayer()
382
prevBufferMap_[
drawingCSurface
in FillDrawingLayer()
[all...]
H
A
D
drawing_engine_sample.h
51
sptr<IConsumerSurface>
drawingCSurface
;
member in OHOS::Rosen::DrawingEngineSample
H
A
D
render_context_sample.h
52
sptr<IConsumerSurface>
drawingCSurface
;
member in OHOS::Rosen::RenderContextSample
Completed in 3 milliseconds