Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Ddirect_renderer.h236 return reshape_surface_size_; in surface_size_for_swap_buffers()
324 gfx::Size reshape_surface_size_; variable
H A Ddirect_renderer.cc376 if (device_viewport_size != reshape_surface_size_ || in DrawFrame()
381 reshape_surface_size_ = device_viewport_size; in DrawFrame()
386 output_surface_->Reshape(reshape_surface_size_, in DrawFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Ddirect_renderer.h266 return reshape_surface_size_; in surface_size_for_swap_buffers()
361 gfx::Size reshape_surface_size_; variable
H A Ddirect_renderer.cc351 if (device_viewport_size != reshape_surface_size_ || in DrawFrame()
356 reshape_surface_size_ = device_viewport_size; in DrawFrame()
361 output_surface_->Reshape(reshape_surface_size_, in DrawFrame()