Home
last modified time | relevance | path

Searched defs:fence (Results 1 - 25 of 96) sorted by relevance

1234

/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dsync_fence_tracker_test.cpp49 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
138 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
[all...]
H A Dframe_sched_test.cpp98 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dacquire_fence_manager.cpp31 void AcquireFenceTracker::TrackFence(const sptr<SyncFence>& fence, bool traceTag) in TrackFence() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_frame_sync_gles.cpp36 GLsync fence = (GLsync)ref.aFence; in ~RenderFrameSyncGLES() local
52 GLsync fence = (GLsync)(frameFences_[bufferingIndex_].aFence); in WaitForFrameFence() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_frame_sync_vk.cpp74 VkFence fence = frameFences_[bufferingIndex_].fence; in WaitForFrameFence() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos.h39 void SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiframebuffersurface_test.cpp56 sptr<SyncFence> fence = new SyncFence(10); in HWTEST_F() local
107 sptr<SyncFence> fence = new SyncFence(10); in HWTEST_F() local
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h155 AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) AcquireLastFlushedBuffer() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster.cpp98 void RSSurfaceFrameOhosRaster::SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
H A Drs_surface_frame_ohos_gl.cpp71 void RSSurfaceFrameOhosGl::SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
H A Dnative_buffer_utils.h90 std::unique_ptr<SyncFence> fence = nullptr; member
H A Drs_surface_frame_ohos_vulkan.cpp76 void RSSurfaceFrameOhosVulkan::SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl_test.cpp160 int32_t fence = 1; in HWTEST_F() local
H A Drs_surface_frame_ohos_raster_test.cpp158 int32_t fence = 1; in HWTEST_F() local
H A Drs_surface_ohos_vulkan_test.cpp208 int32_t fence; in HWTEST_F() local
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_producer_listener.h116 sptr<SyncFence> fence = SyncFence::InvalidFence(); in OnBufferReleasedWithFenceRemote() local
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h34 sptr<SyncFence> fence; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp153 int32_t fence = GetData<int32_t>(); in DoSetReleaseFence() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp179 int32_t fence = GetData<int32_t>(); in DoSetReleaseFence() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp177 int32_t fence = GetData<int32_t>(); in DoSetReleaseFence() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_test_utils.cpp75 int32_t fence = -1; in OnVsync() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp119 int32_t fence = GetData<int32_t>(); in DoSetReleaseFence() local
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkacquirevideobuffer_fuzzer/
H A Dscreencaptureacquirevideobuffer_ndk_fuzzer.cpp103 int32_t fence = GetData<int32_t>(); in FuzzScreenCaptureAcquireVideoBufferNdk() local
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp1325 int32_t fence = 0; in HWTEST_F() local
1369 int32_t fence = 0; in HWTEST_F() local
1414 int32_t fence = 0; in HWTEST_F() local
1461 int32_t fence = 0; in HWTEST_F() local
1510 int32_t fence = 0; in HWTEST_F() local
[all...]
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquirevideobuffer_fuzzer/
H A Dscreencaptureacquirevideobuffer_fuzzer.cpp105 int32_t fence = GetData<int32_t>(); in FuzzScreenCaptureAcquireVideoBuffer() local

Completed in 10 milliseconds

1234