Home
last modified time | relevance | path

Searched refs:source_mailbox (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Draster_interface.h47 virtual void CopySubTexture(const gpu::Mailbox& source_mailbox,
118 const gpu::Mailbox& source_mailbox,
134 const gpu::Mailbox& source_mailbox,
151 virtual void ReadbackImagePixels(const gpu::Mailbox& source_mailbox,
H A Draster_implementation_gles.cc136 const gpu::Mailbox& source_mailbox, in CopySubTexture() argument
148 CreateAndConsumeForGpuRaster(source_mailbox), in CopySubTexture()
256 const gpu::Mailbox& source_mailbox, in ReadbackARGBPixelsAsync() argument
264 GLuint texture_id = CreateAndConsumeForGpuRaster(source_mailbox); in ReadbackARGBPixelsAsync()
287 const gpu::Mailbox& source_mailbox, in ReadbackYUVPixelsAsync() argument
301 GLuint shared_texture_id = CreateAndConsumeForGpuRaster(source_mailbox); in ReadbackYUVPixelsAsync()
374 const gpu::Mailbox& source_mailbox, in ReadbackImagePixels() argument
H A Draster_implementation_gles.h60 void CopySubTexture(const gpu::Mailbox& source_mailbox,
117 const gpu::Mailbox& source_mailbox,
125 const gpu::Mailbox& source_mailbox,
140 void ReadbackImagePixels(const gpu::Mailbox& source_mailbox,
H A Draster_implementation.h113 void CopySubTexture(const gpu::Mailbox& source_mailbox,
165 const gpu::Mailbox& source_mailbox,
172 const gpu::Mailbox& source_mailbox,
186 void ReadbackImagePixels(const gpu::Mailbox& source_mailbox,
H A Draster_implementation.cc1068 void RasterImplementation::CopySubTexture(const gpu::Mailbox& source_mailbox, in CopySubTexture() argument
1081 << source_mailbox.ToDebugString() << ", " in CopySubTexture()
1093 GLbyte mailboxes[sizeof(source_mailbox.name) * 2]; in CopySubTexture()
1094 memcpy(mailboxes, source_mailbox.name, sizeof(source_mailbox.name)); in CopySubTexture()
1095 memcpy(mailboxes + sizeof(source_mailbox.name), dest_mailbox.name, in CopySubTexture()
1281 const gpu::Mailbox& source_mailbox, in ReadbackARGBPixelsAsync() argument
1291 const gpu::Mailbox& source_mailbox, in ReadbackYUVPixelsAsync() argument
1309 const gpu::Mailbox& source_mailbox, in ReadbackImagePixels() argument
1342 pixels_offset, source_mailbox.name); in ReadbackImagePixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Draster_implementation_gles.cc133 const gpu::Mailbox& source_mailbox, in CopySubTexture() argument
145 CreateAndConsumeForGpuRaster(source_mailbox), in CopySubTexture()
228 const gpu::Mailbox& source_mailbox, in ReadbackARGBPixelsAsync() argument
236 GLuint texture_id = CreateAndConsumeForGpuRaster(source_mailbox); in ReadbackARGBPixelsAsync()
259 const gpu::Mailbox& source_mailbox, in ReadbackYUVPixelsAsync() argument
273 GLuint shared_texture_id = CreateAndConsumeForGpuRaster(source_mailbox); in ReadbackYUVPixelsAsync()
H A Draster_interface.h47 virtual void CopySubTexture(const gpu::Mailbox& source_mailbox,
104 const gpu::Mailbox& source_mailbox,
120 const gpu::Mailbox& source_mailbox,
H A Draster_implementation_gles.h60 void CopySubTexture(const gpu::Mailbox& source_mailbox,
104 const gpu::Mailbox& source_mailbox,
112 const gpu::Mailbox& source_mailbox,
H A Draster_implementation.cc1040 void RasterImplementation::CopySubTexture(const gpu::Mailbox& source_mailbox, in CopySubTexture() argument
1053 << source_mailbox.ToDebugString() << ", " in CopySubTexture()
1065 GLbyte mailboxes[sizeof(source_mailbox.name) * 2]; in CopySubTexture()
1066 memcpy(mailboxes, source_mailbox.name, sizeof(source_mailbox.name)); in CopySubTexture()
1067 memcpy(mailboxes + sizeof(source_mailbox.name), dest_mailbox.name, in CopySubTexture()
1196 const gpu::Mailbox& source_mailbox, in ReadbackARGBPixelsAsync() argument
1206 const gpu::Mailbox& source_mailbox, in ReadbackYUVPixelsAsync() argument
H A Draster_implementation.h113 void CopySubTexture(const gpu::Mailbox& source_mailbox,
152 const gpu::Mailbox& source_mailbox,
159 const gpu::Mailbox& source_mailbox,
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Draster_decoder.cc1910 DLOG_IF(ERROR, !source_mailbox.Verify()) in DoCopySubTextureINTERNAL()
1917 if (source_mailbox == dest_mailbox) { in DoCopySubTextureINTERNAL()
1954 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALGLPassthrough() argument
1956 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALGLPassthrough()
1962 source_mailbox); in DoCopySubTextureINTERNALGLPassthrough()
2036 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALGL() argument
2038 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALGL()
2243 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALSkia() argument
2245 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALSkia()
2249 source_mailbox, shared_context_state_); in DoCopySubTextureINTERNALSkia()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dpaint_canvas_video_renderer.cc887 DCHECK(!cache_->source_mailbox.IsZero()); in Paint()
1324 DCHECK(!cache_->source_mailbox.IsZero()); in CopyVideoFrameTexturesToGLTexture()
1334 destination_gl, sync_token, cache_->source_mailbox); in CopyVideoFrameTexturesToGLTexture()
1337 cache_->source_mailbox); in CopyVideoFrameTexturesToGLTexture()
1679 DCHECK(!source_mailbox.IsZero()); in ~Cache()
1688 sii->DestroySharedImage(sync_token, source_mailbox); in ~Cache()
1716 cache_->source_mailbox.IsZero()) { in UpdateLastImage()
1738 cache_->source_mailbox = holder.mailbox; in UpdateLastImage()
1760 cache_->source_mailbox = sii->CreateSharedImage( in UpdateLastImage()
1777 gpu::MailboxHolder dest_holder{cache_->source_mailbox, in UpdateLastImage()
[all …]
H A Dpaint_canvas_video_renderer.h223 gpu::Mailbox source_mailbox; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Draster_decoder.cc1767 Mailbox source_mailbox = Mailbox::FromVolatile( in DoCopySubTextureINTERNAL() local
1769 DLOG_IF(ERROR, !source_mailbox.Verify()) in DoCopySubTextureINTERNAL()
1776 if (source_mailbox == dest_mailbox) { in DoCopySubTextureINTERNAL()
1807 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALGLPassthrough() argument
1809 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALGLPassthrough()
1815 source_mailbox); in DoCopySubTextureINTERNALGLPassthrough()
1890 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALGL() argument
1892 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALGL()
2120 const Mailbox& source_mailbox, in DoCopySubTextureINTERNALSkia() argument
2122 DCHECK(source_mailbox != dest_mailbox); in DoCopySubTextureINTERNALSkia()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dpaint_canvas_video_renderer.cc1049 DCHECK(!cache_->source_mailbox.IsZero()); in Paint()
1453 DCHECK(!cache_->source_mailbox.IsZero()); in CopyVideoFrameTexturesToGLTexture()
1463 destination_gl, sync_token, cache_->source_mailbox); in CopyVideoFrameTexturesToGLTexture()
1466 cache_->source_mailbox); in CopyVideoFrameTexturesToGLTexture()
1800 DCHECK(!source_mailbox.IsZero()); in ~Cache()
1809 sii->DestroySharedImage(sync_token, source_mailbox); in ~Cache()
1830 gpu::SyncToken(), source_mailbox); in Recycle()
1840 cache_->source_mailbox.IsZero()) { in UpdateLastImage()
1863 ri, video_frame.get(), &cache_->source_mailbox); in UpdateLastImage()
1879 cache_->source_mailbox = sii->CreateSharedImage( in UpdateLastImage()
[all …]
H A Dpaint_canvas_video_renderer.h213 gpu::Mailbox source_mailbox; member
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core_pear/Net/
H A DIMAP.php1339 * @param string $source_mailbox mailbox name from where the messages are
1351 $source_mailbox = null, argument
1354 if ($source_mailbox == null) {
1355 $source_mailbox = $this->getCurrentMailbox();
1357 $ret = $this->selectMailbox($source_mailbox);
/dports/mail/pear-Net_IMAP/Net_IMAP-1.1.3/Net/
H A DIMAP.php1333 * @param string $source_mailbox mailbox name from where the messages are
1345 $source_mailbox = null, argument
1348 if ($source_mailbox == null) {
1349 $source_mailbox = $this->getCurrentMailbox();
1351 $ret = $this->selectMailbox($source_mailbox);