Home
last modified time | relevance | path

Searched refs:SIGNALED (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H A Dsync_fence.h37 SIGNALED = 1 enumerator
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp147 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 Dsync_fence.h37 SIGNALED = 1 enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp211 if (status != SIGNALED) { in RequestFrame()
H A Drs_vulkan_context.cpp501 if (fence == nullptr || fence->GetStatus() == FenceStatus::SIGNALED) { in RequireSemaphore()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp209 if (status != SIGNALED) { in NativeRequestFrame()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_base.h274 static const GLenum SIGNALED = 0x9119; member in OHOS::Rosen::WebGL2RenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context.cpp1243 return NVal::CreateInt64(env, WebGL2RenderingContextBase::SIGNALED).val_; in GetSignaled()
1729 NVal::DeclareNapiGetter("SIGNALED", GetSignaled), in Export()

Completed in 8 milliseconds