| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_camera_surface_adapter_wrapper.cpp | 25 ReleaseBuffer( std::shared_ptr<OHOS::NWeb::CameraSurfaceBufferAdapter> buffer, int32_t fence) ReleaseBuffer() argument
|
| H A D | ark_producer_surface_adapter_wrapper.cpp | 31 RequestBuffer( int32_t& fence, std::shared_ptr<OHOS::NWeb::BufferRequestConfigAdapter> config) RequestBuffer() argument 48 FlushBuffer(std::shared_ptr<OHOS::NWeb::SurfaceBufferAdapter> buffer, int32_t fence, std::shared_ptr<OHOS::NWeb::BufferFlushConfigAdapter> config) FlushBuffer() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_camera_surface_adapter_impl.cpp | 28 int32_t ArkCameraSurfaceAdapterImpl::ReleaseBuffer(ArkWebRefPtr<ArkCameraSurfaceBufferAdapter> buffer, int32_t fence) in ReleaseBuffer() argument
|
| H A D | ark_producer_surface_adapter_impl.cpp | 30 RequestBuffer( int32_t& fence, ArkWebRefPtr<ArkBufferRequestConfigAdapter> config) RequestBuffer() argument 47 FlushBuffer( ArkWebRefPtr<ArkSurfaceBufferAdapter> buffer, int32_t fence, ArkWebRefPtr<ArkBufferFlushConfigAdapter> flushConfig) FlushBuffer() argument
|
| H A D | ark_iconsumer_surface_adapter_impl.cpp | 39 int32_t ArkIConsumerSurfaceAdapterImpl::ReleaseBuffer(ArkWebRefPtr<ArkSurfaceBufferAdapter> buffer, int32_t fence) in ReleaseBuffer() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_fence.h | 73 vk_fence_get_active_sync(struct vk_fence *fence) vk_fence_get_active_sync() argument [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DSemaphore.h | 26 ID3D12Fence* fence() const { return fFenceInfo.fFence.get(); } in fence() function in GrD3DSemaphore
|
| /foundation/graphic/graphic_surface/sync_fence/test/unittest/ |
| H A D | sync_fence_tracker_test.cpp | 49 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local 138 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local [all...] |
| H A D | frame_sched_test.cpp | 98 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local
|
| /foundation/graphic/graphic_surface/sync_fence/src/ |
| H A D | acquire_fence_manager.cpp | 31 void AcquireFenceTracker::TrackFence(const sptr<SyncFence>& fence, bool traceTag)
in TrackFence() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | render_frame_sync_gles.cpp | 36 GLsync fence = (GLsync)ref.aFence; in ~RenderFrameSyncGLES() local 52 GLsync fence = (GLsync)(frameFences_[bufferingIndex_].aFence); in WaitForFrameFence() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_fence.c | 35 softpipe_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) softpipe_fence_reference() argument 44 softpipe_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) softpipe_fence_finish() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.h | 47 struct lp_fence *fence; /* fence from last scene this was binned in */ member
|
| H A D | lp_fence.c | 50 struct lp_fence *fence = CALLOC_STRUCT(lp_fence); in lp_fence_create() local 72 lp_fence_destroy(struct lp_fence *fence) lp_fence_destroy() argument 88 lp_fence_signal(struct lp_fence *fence) lp_fence_signal() argument [all...] |
| H A D | lp_fence.h | 92 lp_fence_issued(const struct lp_fence *fence) in lp_fence_issued() argument
|
| /third_party/libdrm/tegra/ |
| H A D | syncpt.c | 85 drm_tegra_fence_wait(struct drm_tegra_fence *fence, unsigned long timeout) in drm_tegra_fence_wait() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_flush.c | 40 i915_flush_pipe(struct pipe_context *pipe, struct pipe_fence_handle **fence, in i915_flush_pipe() argument 75 i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence, in i915_flush() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_flush.c | 36 r300_flush_and_cleanup(struct r300_context *r300, unsigned flags, struct pipe_fence_handle **fence) r300_flush_and_cleanup() argument 74 r300_flush(struct pipe_context *pipe, unsigned flags, struct pipe_fence_handle **fence) r300_flush() argument 127 r300_flush_wrapped(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) r300_flush_wrapped() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | render_frame_sync_vk.cpp | 74 VkFence fence = frameFences_[bufferingIndex_].fence; in WaitForFrameFence() local [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
| H A D | surface_frame_ohos.h | 39 void SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
| H A D | hdiframebuffersurface_test.cpp | 56 sptr<SyncFence> fence = new SyncFence(10);
in HWTEST_F() local 107 sptr<SyncFence> fence = new SyncFence(10);
in HWTEST_F() local
|
| /third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_cs.h | 43 struct amdgpu_cs_fence fence; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_flush.c | 35 svga_flush( struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) svga_flush() argument 86 svga_create_fence_fd(struct pipe_context *pipe, struct pipe_fence_handle **fence, int fd, enum pipe_fd_type type) svga_create_fence_fd() argument 105 svga_fence_server_sync(struct pipe_context *pipe, struct pipe_fence_handle *fence) svga_fence_server_sync() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_fence.h | 48 struct zink_fence *fence; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 107 struct pipe_fence_handle *fence; member
|