Home
last modified time | relevance | path

Searched refs:SyncToken (Results 26 – 50 of 704) sorted by relevance

12345678910>>...29

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dsimple_sync_token_client.h17 explicit SimpleSyncTokenClient(const gpu::SyncToken& sync_token);
18 void GenerateSyncToken(gpu::SyncToken* sync_token) final;
19 void WaitSyncToken(const gpu::SyncToken& sync_token) final;
22 gpu::SyncToken sync_token_;
H A Dsimple_sync_token_client.cc9 SimpleSyncTokenClient::SimpleSyncTokenClient(const gpu::SyncToken& sync_token) in SimpleSyncTokenClient()
12 void SimpleSyncTokenClient::GenerateSyncToken(gpu::SyncToken* sync_token) { in GenerateSyncToken()
16 void SimpleSyncTokenClient::WaitSyncToken(const gpu::SyncToken& sync_token) {} in WaitSyncToken()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dsimple_sync_token_client.h17 explicit SimpleSyncTokenClient(const gpu::SyncToken& sync_token);
18 void GenerateSyncToken(gpu::SyncToken* sync_token) final;
19 void WaitSyncToken(const gpu::SyncToken& sync_token) final;
22 gpu::SyncToken sync_token_;
H A Dsimple_sync_token_client.cc9 SimpleSyncTokenClient::SimpleSyncTokenClient(const gpu::SyncToken& sync_token) in SimpleSyncTokenClient()
12 void SimpleSyncTokenClient::GenerateSyncToken(gpu::SyncToken* sync_token) { in GenerateSyncToken()
16 void SimpleSyncTokenClient::WaitSyncToken(const gpu::SyncToken& sync_token) {} in WaitSyncToken()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/
H A Dshared_image_interface_in_process.cc158 const SyncToken& sync_token) { in CreateSharedImageOnGpuThread()
206 const SyncToken& sync_token, in CreateSharedImageWithDataOnGpuThread()
240 SyncToken sync_token; in CreateSharedImage()
271 const SyncToken& sync_token) { in CreateGMBSharedImageOnGpuThread()
303 const SyncToken& sync_token, in PresentSwapChain()
321 const SyncToken& sync_token, in UpdateSharedImage()
327 const SyncToken& sync_token, in UpdateSharedImage()
346 const SyncToken& sync_token) { in UpdateSharedImageOnGpuThread()
362 const SyncToken& sync_token, in DestroySharedImage()
391 SyncToken SharedImageInterfaceInProcess::GenVerifiedSyncToken() { in GenVerifiedSyncToken()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/client/
H A Dclient_shared_image_interface.cc17 gpu::SyncToken sync_token; in ~ClientSharedImageInterface()
23 void ClientSharedImageInterface::UpdateSharedImage(const SyncToken& sync_token, in UpdateSharedImage()
29 const SyncToken& sync_token, in UpdateSharedImage()
35 void ClientSharedImageInterface::PresentSwapChain(const SyncToken& sync_token, in PresentSwapChain()
53 SyncToken ClientSharedImageInterface::GenUnverifiedSyncToken() { in GenUnverifiedSyncToken()
57 SyncToken ClientSharedImageInterface::GenVerifiedSyncToken() { in GenVerifiedSyncToken()
111 void ClientSharedImageInterface::DestroySharedImage(const SyncToken& sync_token, in DestroySharedImage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Daccelerated_static_bitmap_image.h62 const gpu::SyncToken&,
110 void UpdateSyncToken(const gpu::SyncToken& sync_token) final { in UpdateSyncToken()
124 MailboxRef(const gpu::SyncToken& sync_token,
133 void set_sync_token(gpu::SyncToken token) { sync_token_ = token; } in set_sync_token()
134 const gpu::SyncToken& GetOrCreateSyncToken(
139 gpu::SyncToken sync_token_;
155 const gpu::SyncToken&,
H A Daccelerated_static_bitmap_image_test.cc39 GLbyte SyncTokenMatcher(const gpu::SyncToken& token) { in SyncTokenMatcher()
43 gpu::SyncToken GenTestSyncToken(GLbyte id) { in GenTestSyncToken()
44 gpu::SyncToken token; in GenTestSyncToken()
53 base::BindOnce([](const gpu::SyncToken&, bool) {})); in CreateBitmap() argument
107 const gpu::SyncToken sync_token2 = GenTestSyncToken(2); in TEST_F()
111 sync_token2.GetConstData() + sizeof(gpu::SyncToken))); in TEST_F()
H A Dcanvas_resource.h110 virtual const gpu::SyncToken GetSyncToken() { in GetSyncToken()
112 return gpu::SyncToken(); in GetSyncToken()
123 void WaitSyncToken(const gpu::SyncToken&);
213 gpu::SyncToken sync_token_for_release_;
317 gpu::SyncToken sync_token;
334 const gpu::SyncToken& sync_token,
342 const gpu::SyncToken GetSyncToken() override;
370 const gpu::SyncToken& sync_token() const { in sync_token()
434 const gpu::SyncToken GetSyncToken() override;
454 gpu::SyncToken sync_token_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource.h111 return gpu::SyncToken(); in GetSyncToken()
122 void WaitSyncToken(const gpu::SyncToken&);
211 gpu::SyncToken sync_token_for_release_;
340 gpu::SyncToken sync_token;
357 const gpu::SyncToken& sync_token,
394 const gpu::SyncToken& sync_token() const { in sync_token()
475 gpu::SyncToken sync_token;
488 const gpu::SyncToken& sync_token,
526 const gpu::SyncToken& sync_token() const { in sync_token()
608 gpu::SyncToken sync_token_;
[all …]
H A Daccelerated_static_bitmap_image_test.cc39 GLbyte SyncTokenMatcher(const gpu::SyncToken& token) { in SyncTokenMatcher()
43 gpu::SyncToken GenTestSyncToken(GLbyte id) { in GenTestSyncToken()
44 gpu::SyncToken token; in GenTestSyncToken()
53 base::BindOnce([](const gpu::SyncToken&, bool) {})); in CreateBitmap() argument
107 const gpu::SyncToken sync_token2 = GenTestSyncToken(2); in TEST_F()
111 sync_token2.GetConstData() + sizeof(gpu::SyncToken))); in TEST_F()
H A Dmailbox_ref.h26 MailboxRef(const gpu::SyncToken& sync_token,
35 void set_sync_token(gpu::SyncToken token) { in set_sync_token()
39 const gpu::SyncToken& sync_token() const { return sync_token_; } in sync_token()
43 gpu::SyncToken sync_token_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dsync_point_manager_unittest.cc106 SyncToken sync_token(kNamespaceId, kBufferId, release_count); in TEST_F()
129 SyncToken sync_token_1(kNamespaceId, kBufferId, release_count_1); in TEST_F()
131 SyncToken sync_token_2(kNamespaceId, kBufferId, release_count_2); in TEST_F()
167 SyncToken sync_token1(kNamespaceId, kCmdBufferId1, release_count); in TEST_F()
170 SyncToken sync_token2(kNamespaceId, kCmdBufferId2, release_count); in TEST_F()
305 SyncToken sync_token(kNamespaceId, kWaitCmdBufferId, release_count); in TEST_F()
572 SyncToken sync_token(kNamespaceId, kCmdBufferId, release_count); in TEST_F()
608 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
633 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
672 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dsync_point_manager_unittest.cc106 SyncToken sync_token(kNamespaceId, kBufferId, release_count); in TEST_F()
129 SyncToken sync_token_1(kNamespaceId, kBufferId, release_count_1); in TEST_F()
131 SyncToken sync_token_2(kNamespaceId, kBufferId, release_count_2); in TEST_F()
167 SyncToken sync_token1(kNamespaceId, kCmdBufferId1, release_count); in TEST_F()
170 SyncToken sync_token2(kNamespaceId, kCmdBufferId2, release_count); in TEST_F()
305 SyncToken sync_token(kNamespaceId, kWaitCmdBufferId, release_count); in TEST_F()
572 SyncToken sync_token(kNamespaceId, kCmdBufferId, release_count); in TEST_F()
608 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
633 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
672 SyncToken(kNamespaceId, kCmdBufferId1, 1), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dbuffer.cc74 const gpu::SyncToken& sync_token,
81 gpu::SyncToken UpdateSharedImage(
87 const gpu::SyncToken& sync_token,
198 const gpu::SyncToken& sync_token, in Release()
212 gpu::SyncToken Buffer::Texture::UpdateSharedImage( in UpdateSharedImage()
214 gpu::SyncToken sync_token; in UpdateSharedImage()
252 gpu::SyncToken Buffer::Texture::CopyTexImage( in CopyTexImage()
256 gpu::SyncToken sync_token; in CopyTexImage()
291 sii->DestroySharedImage(gpu::SyncToken(), mailbox_); in DestroyResources()
437 gpu::SyncToken sync_token = in ProduceTransferableResource()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dbuffer.cc74 const gpu::SyncToken& sync_token,
81 gpu::SyncToken UpdateSharedImage(
87 const gpu::SyncToken& sync_token,
195 const gpu::SyncToken& sync_token, in Release()
209 gpu::SyncToken Buffer::Texture::UpdateSharedImage( in UpdateSharedImage()
211 gpu::SyncToken sync_token; in UpdateSharedImage()
249 gpu::SyncToken Buffer::Texture::CopyTexImage( in CopyTexImage()
253 gpu::SyncToken sync_token; in CopyTexImage()
288 sii->DestroySharedImage(gpu::SyncToken(), mailbox_); in DestroyResources()
434 gpu::SyncToken sync_token = in ProduceTransferableResource()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Ddrawing_buffer_test.cc58 return *reinterpret_cast<const gpu::SyncToken*>(arg) == token;
171 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
185 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
196 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
202 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
236 release_callback1->Run(gpu::SyncToken(), true /* lostResource */); in TEST_F()
239 release_callback2->Run(gpu::SyncToken(), true /* lostResource */); in TEST_F()
243 release_callback3->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
316 gpu::SyncToken wait_sync_token; in TEST_F()
427 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dbuffer_queue.h33 struct SyncToken;
61 virtual gpu::SyncToken GenSyncToken() = 0;
81 virtual gpu::Mailbox GetCurrentBuffer(gpu::SyncToken* creation_sync_token);
137 const gpu::SyncToken& sync_token);
146 gpu::SyncToken* creation_sync_token);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dbuffer_queue.h33 struct SyncToken;
61 virtual gpu::SyncToken GenSyncToken() = 0;
81 virtual gpu::Mailbox GetCurrentBuffer(gpu::SyncToken* creation_sync_token);
137 const gpu::SyncToken& sync_token);
146 gpu::SyncToken* creation_sync_token);
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/raster/
H A Done_copy_raster_buffer_provider.h72 gpu::SyncToken PlaybackAndCopyOnWorkerThread(
76 const gpu::SyncToken& sync_token,
123 const gpu::SyncToken before_raster_sync_token_;
129 gpu::SyncToken after_raster_sync_token_;
143 gpu::SyncToken CopyOnWorkerThread(StagingBuffer* staging_buffer,
151 const gpu::SyncToken& sync_token,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/raster/
H A Done_copy_raster_buffer_provider.h69 gpu::SyncToken PlaybackAndCopyOnWorkerThread(
73 const gpu::SyncToken& sync_token,
119 const gpu::SyncToken before_raster_sync_token_;
125 gpu::SyncToken after_raster_sync_token_;
139 gpu::SyncToken CopyOnWorkerThread(StagingBuffer* staging_buffer,
147 const gpu::SyncToken& sync_token,
H A Done_copy_raster_buffer_provider.cc100 backing_->returned_sync_token = gpu::SyncToken(); in ~RasterBufferImpl()
210 const gpu::SyncToken& sync_token = resource.gpu_backing()->mailbox_sync_token; in IsResourceReadyToDraw()
224 gpu::SyncToken latest_sync_token; in SetReadyToDrawCallback()
226 const gpu::SyncToken& sync_token = in SetReadyToDrawCallback()
251 gpu::SyncToken OneCopyRasterBufferProvider::PlaybackAndCopyOnWorkerThread( in PlaybackAndCopyOnWorkerThread()
255 const gpu::SyncToken& sync_token, in PlaybackAndCopyOnWorkerThread()
275 gpu::SyncToken sync_token_after_upload = CopyOnWorkerThread( in PlaybackAndCopyOnWorkerThread()
343 gpu::SyncToken OneCopyRasterBufferProvider::CopyOnWorkerThread( in CopyOnWorkerThread()
352 const gpu::SyncToken& sync_token, in CopyOnWorkerThread()
366 return gpu::SyncToken(); in CopyOnWorkerThread()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/android/
H A Dmailbox_to_surface_bridge.h21 struct SyncToken;
62 virtual void GenSyncToken(gpu::SyncToken* out_sync_token) = 0;
64 virtual void WaitSyncToken(const gpu::SyncToken& sync_token) = 0;
74 const gpu::SyncToken& sync_token,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgpu_control.h35 struct SyncToken;
104 virtual void SignalSyncToken(const SyncToken& sync_token,
110 virtual void WaitSyncToken(const SyncToken& sync_token) = 0;
116 virtual bool CanWaitUnverifiedSyncToken(const SyncToken& sync_token) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgpu_control.h35 struct SyncToken;
104 virtual void SignalSyncToken(const SyncToken& sync_token,
110 virtual void WaitSyncToken(const SyncToken& sync_token) = 0;
116 virtual bool CanWaitUnverifiedSyncToken(const SyncToken& sync_token) = 0;

12345678910>>...29