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:drawingflushInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_surface.cpp
458
void SkiaSurface::Flush(FlushInfo *
drawingflushInfo
)
in Flush()
argument
464
if (
drawingflushInfo
!= nullptr) {
in Flush()
466
flushInfo.fNumSemaphores =
drawingflushInfo
->numSemaphores;
in Flush()
467
flushInfo.fSignalSemaphores = static_cast<GrBackendSemaphore*>(
drawingflushInfo
->backendSemaphore);
in Flush()
468
flushInfo.fFinishedProc =
drawingflushInfo
->finishedProc;
in Flush()
469
flushInfo.fFinishedContext = static_cast<GrGpuFinishedContext>(
drawingflushInfo
->finishedContext);
in Flush()
470
flushInfo.fSubmittedProc =
drawingflushInfo
->submittedProc;
in Flush()
471
flushInfo.fSubmittedContext = static_cast<GrGpuSubmittedContext>(
drawingflushInfo
->submittedContext);
in Flush()
472
skSurface_->flush(
drawingflushInfo
->backendSurfaceAccess == false ?
in Flush()
H
A
D
skia_surface.h
66
void Flush(FlushInfo *
drawingflushInfo
= nullptr) override;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
surface.cpp
134
void Surface::Flush(FlushInfo *
drawingflushInfo
)
in Flush()
argument
140
impl_->Flush(
drawingflushInfo
);
in Flush()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H
A
D
drawsurface_fuzzer.cpp
120
FlushInfo
drawingflushInfo
;
in SurfaceFuzzTest002()
local
121
surface.Flush(&
drawingflushInfo
);
in SurfaceFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
surface_impl.h
63
virtual void Flush(FlushInfo *
drawingflushInfo
= nullptr) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
surface.h
186
void Flush(FlushInfo *
drawingflushInfo
= nullptr);
Completed in 3 milliseconds