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:SIGNALED
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H
A
D
sync_fence.h
37
SIGNALED
= 1
enumerator
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence.cpp
147
if (info.status ==
SIGNALED
) {
in SyncFileReadTimestamp()
235
if (info.status ==
SIGNALED
) {
in GetStatus()
240
return
SIGNALED
;
in GetStatus()
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H
A
D
sync_fence.h
37
SIGNALED
= 1
enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
rs_surface_ohos_vulkan.cpp
211
if (status !=
SIGNALED
) {
in RequestFrame()
H
A
D
rs_vulkan_context.cpp
501
if (fence == nullptr || fence->GetStatus() == FenceStatus::
SIGNALED
) {
in RequireSemaphore()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos_vulkan.cpp
209
if (status !=
SIGNALED
) {
in NativeRequestFrame()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H
A
D
webgl2_rendering_context_base.h
274
static const GLenum
SIGNALED
= 0x9119;
member in OHOS::Rosen::WebGL2RenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl2_rendering_context.cpp
1243
return NVal::CreateInt64(env, WebGL2RenderingContextBase::
SIGNALED
).val_;
in GetSignaled()
1729
NVal::DeclareNapiGetter("
SIGNALED
", GetSignaled),
in Export()
Completed in 10 milliseconds