Home
last modified time | relevance | path

Searched refs:y_texture_size (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgl_helper.cc103 const gfx::Size& y_texture_size,
602 const gfx::Size y_texture_size = GetYPlaneTextureSize(output_rect.size()); in Convert() local
605 EnsureTexturesSizedFor(scaler_output_size, y_texture_size, in Convert()
627 gfx::Rect(y_texture_size)); in Convert()
629 uv_->id(), y_texture_size, gfx::Vector2dF(), u_plane_texture, in Convert()
633 gfx::Rect(y_texture_size)); in Convert()
655 const gfx::Size& y_texture_size, in EnsureTexturesSizedFor() argument
676 SetRGBATextureSize(y_texture_size); in EnsureTexturesSizedFor()
679 SetRGBATextureSize(y_texture_size); in EnsureTexturesSizedFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgl_helper.cc103 const gfx::Size& y_texture_size,
602 const gfx::Size y_texture_size = GetYPlaneTextureSize(output_rect.size()); in Convert() local
605 EnsureTexturesSizedFor(scaler_output_size, y_texture_size, in Convert()
627 gfx::Rect(y_texture_size)); in Convert()
629 uv_->id(), y_texture_size, gfx::Vector2dF(), u_plane_texture, in Convert()
633 gfx::Rect(y_texture_size)); in Convert()
655 const gfx::Size& y_texture_size, in EnsureTexturesSizedFor() argument
676 SetRGBATextureSize(y_texture_size); in EnsureTexturesSizedFor()
679 SetRGBATextureSize(y_texture_size); in EnsureTexturesSizedFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dgl_renderer_copier.cc321 gfx::Size u_texture_size(things->y_texture_size.width() / 2, in RenderI420Textures()
322 things->y_texture_size.height() / 2); in RenderI420Textures()
326 &things->y_texture_size); in RenderI420Textures()
732 y_texture_size().GetCheckedArea() * kRGBABytesPerPixel; in ReadI420PlanesWorkflow()
759 const gfx::Size& size = plane == 0 ? y_texture_size() : chroma_texture_size(); in StartPlaneReadback()
789 gfx::Size GLRendererCopier::ReadI420PlanesWorkflow::y_texture_size() const { in y_texture_size() function in viz::GLRendererCopier::ReadI420PlanesWorkflow
950 y_texture_size = gfx::Size(); in Free()
H A Dgl_renderer_copier.h132 gfx::Size y_texture_size; member
231 gfx::Size y_texture_size() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dgl_renderer_copier.cc310 gfx::Size u_texture_size(things->y_texture_size.width() / 2, in RenderI420Textures()
311 things->y_texture_size.height() / 2); in RenderI420Textures()
315 &things->y_texture_size); in RenderI420Textures()
752 const int y_plane_bytes = kRGBABytesPerPixel * y_texture_size().GetArea(); in ReadI420PlanesWorkflow()
777 plane == 0 ? y_texture_size() : chroma_texture_size(); in StartPlaneReadback()
809 gfx::Size y_texture_size() const { in y_texture_size() function in viz::__anone359bd600411::ReadI420PlanesWorkflow
970 y_texture_size = gfx::Size(); in Free()
H A Dgl_renderer_copier.h138 gfx::Size y_texture_size; member