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:backendSemaphore
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos_vulkan.cpp
274
GrBackendSemaphore
backendSemaphore
;
in NativeFlushFrame()
local
275
backendSemaphore
.initVulkan(semaphore);
in NativeFlushFrame()
279
flushInfo.fSignalSemaphores = &
backendSemaphore
;
in NativeFlushFrame()
285
drawingFlushInfo.
backendSemaphore
= static_cast<void*>(&
backendSemaphore
);
in NativeFlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
rs_surface_ohos_vulkan.cpp
257
GrBackendSemaphore
backendSemaphore
;
in FlushFrame()
local
258
backendSemaphore
.initVulkan(semaphore);
in FlushFrame()
274
drawingFlushInfo.
backendSemaphore
= static_cast<void*>(&
backendSemaphore
);
in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_surface.cpp
467
flushInfo.fSignalSemaphores = static_cast<GrBackendSemaphore*>(drawingflushInfo->
backendSemaphore
);
in Flush()
499
GrBackendSemaphore
backendSemaphore
;
in Wait()
local
500
backendSemaphore
.initGL(sync);
in Wait()
501
semaphores.emplace_back(
backendSemaphore
);
in Wait()
519
GrBackendSemaphore
backendSemaphore
;
in Wait()
local
520
backendSemaphore
.initVulkan(semaphore);
in Wait()
521
skSurface_->wait(time, &
backendSemaphore
);
in Wait()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
surface.h
45
void*
backendSemaphore
= nullptr;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_util.cpp
1761
GrBackendSemaphore
backendSemaphore
;
in OptimizedFlushAndSubmit()
local
1762
backendSemaphore
.initVulkan(semaphore);
in OptimizedFlushAndSubmit()
1770
drawingFlushInfo.
backendSemaphore
= static_cast<void*>(&
backendSemaphore
);
in OptimizedFlushAndSubmit()
Completed in 9 milliseconds