Home
last modified time | relevance | path

Searched defs:acquireFence (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_egl_image_manager_test.cpp94 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
107 sptr<SyncFence> acquireFence; variable
141 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
149 sptr<SyncFence> acquireFence; variable
H A Drs_test_util.cpp50 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; in CreateSurfaceNodeWithBuffer() local
H A Drs_drop_frame_processor_test.cpp123 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
H A Drs_base_render_util_test.cpp246 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
418 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
449 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
480 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vk_image_manager.cpp31 void WaitAcquireFence(const sptr<SyncFence>& acquireFence) in WaitAcquireFence()
74 const sptr<SyncFence>& acquireFence, in MapVkImageFromSurfaceBuffer()
92 const sptr<SyncFence>& acquireFence) in CreateImageCacheFromBuffer()
H A Drs_egl_image_manager.cpp242 void RSEglImageManager::WaitAcquireFence(const sptr<SyncFence>& acquireFence) in WaitAcquireFence()
271 const sptr<SyncFence>& acquireFence) in CreateImageCacheFromBuffer()
285 const sptr<SyncFence>& acquireFence, pid_t threadIndex) in MapEglImageFromSurfaceBuffer()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp160 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
247 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
268 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
350 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
368 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
838 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
H A Dbuffer_queue_producer_remote_test.cpp245 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
277 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
H A Dbuffer_queue_consumer_test.cpp103 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
133 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
H A Dproducer_surface_delegator_test.cpp122 int32_t acquireFence = 3; variable
156 int32_t acquireFence = 3; variable
H A Dbuffer_queue_producer_test.cpp223 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
251 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
592 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
H A Dbuffer_client_producer_remote_test.cpp303 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
322 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/fence/test/unittest/
H A Dfence_fd_test.cpp70 int32_t acquireFence = 1; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp127 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
158 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_framebuffer_surface.h37 sptr<SyncFence> acquireFence; member
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp86 …UpdateSurfaceInfo(uint32_t seqNum, sptr<SurfaceBuffer> buffer, const sptr<SyncFence> &acquireFence, in UpdateSurfaceInfo()
128 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in UpdateSurfaceImage() local
419 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in AcquireNativeWindowBuffer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_visitor.cpp43 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in ConsumeAndUpdateBuffer() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_reader.cpp75 sptr<SyncFence> acquireFence = new SyncFence(fence); in OnVsync() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_framebuffer_surface.cpp103 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in OnBufferAvailable() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp103 int32_t acquireFence = -1; in FillHdiLayer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp105 int32_t acquireFence = -1; in FillHDILayer() local
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface_delegator.cpp34 GSError ProducerSurfaceDelegator::QueueBuffer(int32_t slot, int32_t acquireFence) in QueueBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp145 sptr<SyncFence> acquireFence = nullptr; variable
H A Dhdilayerinfo_test.cpp80 sptr<SyncFence> acquireFence = SyncFence::INVALID_FENCE; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_handler.h119 const sptr<SyncFence>& acquireFence, in SetBuffer()

12