Home
last modified time | relevance | path

Searched refs:wraps_video_frame_texture (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dpaint_canvas_video_renderer.cc973 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in Paint()
1355 if (cache_->wraps_video_frame_texture) in CopyVideoFrameTexturesToGLTexture()
1370 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in CopyVideoFrameTexturesToGLTexture()
1501 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in PrepareVideoFrameForWebGL()
1684 if (!wraps_video_frame_texture) { in ~Cache()
1714 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in UpdateLastImage()
1740 cache_->wraps_video_frame_texture = true; in UpdateLastImage()
1796 WrapGLTexture(cache_->wraps_video_frame_texture in UpdateLastImage()
H A Dpaint_canvas_video_renderer.h240 bool wraps_video_frame_texture = false; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dpaint_canvas_video_renderer.h230 bool wraps_video_frame_texture = false; member
H A Dpaint_canvas_video_renderer.cc1135 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in Paint()
1484 if (cache_->wraps_video_frame_texture) in CopyVideoFrameTexturesToGLTexture()
1499 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in CopyVideoFrameTexturesToGLTexture()
1566 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in PrepareVideoFrameForWebGL()
1805 if (!wraps_video_frame_texture) { in ~Cache()
1838 DCHECK(!cache_ || !cache_->wraps_video_frame_texture); in UpdateLastImage()
1864 cache_->wraps_video_frame_texture = true; in UpdateLastImage()