Home
last modified time | relevance | path

Searched refs:RequiresHighResToDraw (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/benchmarks/
H A Drasterize_and_record_benchmark_impl.cc114 bool RequiresHighResToDraw() const override { in RequiresHighResToDraw() function in cc::__anon68ec1eda0111::FixedInvalidationPictureLayerTilingClient
115 return base_client_->RequiresHighResToDraw(); in RequiresHighResToDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/benchmarks/
H A Drasterize_and_record_benchmark_impl.cc116 bool RequiresHighResToDraw() const override { in RequiresHighResToDraw() function in cc::__anon3af7417f0111::FixedInvalidationPictureLayerTilingClient
117 return base_client_->RequiresHighResToDraw(); in RequiresHighResToDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dfake_picture_layer_tiling_client.cc78 bool FakePictureLayerTilingClient::RequiresHighResToDraw() const { in RequiresHighResToDraw() function in cc::FakePictureLayerTilingClient
H A Dfake_picture_layer_tiling_client.h41 bool RequiresHighResToDraw() const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dpicture_layer_impl.h76 bool RequiresHighResToDraw() const override;
H A Dpicture_layer_impl.cc585 !only_used_low_res_last_append_quads_ || RequiresHighResToDraw() || in UpdateTiles()
868 bool PictureLayerImpl::RequiresHighResToDraw() const { in RequiresHighResToDraw() function in cc::PictureLayerImpl
869 return layer_tree_impl()->RequiresHighResToDraw(); in RequiresHighResToDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dpicture_layer_impl.h78 bool RequiresHighResToDraw() const override;
H A Dpicture_layer_impl.cc645 !only_used_low_res_last_append_quads_ || RequiresHighResToDraw() || in UpdateTiles()
980 bool PictureLayerImpl::RequiresHighResToDraw() const { in RequiresHighResToDraw() function in cc::PictureLayerImpl
981 return layer_tree_impl()->RequiresHighResToDraw(); in RequiresHighResToDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/tiles/
H A Dpicture_layer_tiling.h51 virtual bool RequiresHighResToDraw() const = 0;
H A Dpicture_layer_tiling.cc788 if (client_->RequiresHighResToDraw()) in IsTileRequiredForActivation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dpicture_layer_tiling.h51 virtual bool RequiresHighResToDraw() const = 0;
H A Dpicture_layer_tiling.cc764 if (client_->RequiresHighResToDraw()) in IsTileRequiredForActivation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_impl.h150 bool RequiresHighResToDraw() const;
H A Dlayer_tree_impl.cc1540 bool LayerTreeImpl::RequiresHighResToDraw() const { in RequiresHighResToDraw() function in cc::LayerTreeImpl
1541 return host_impl_->RequiresHighResToDraw(); in RequiresHighResToDraw()
H A Dlayer_tree_host_impl.h751 bool RequiresHighResToDraw() const { return requires_high_res_to_draw_; } in RequiresHighResToDraw() function
H A Dlayer_tree_host_impl.cc1192 "RequiresHighResToDraw", RequiresHighResToDraw()); in CalculateRenderPasses()
1361 if (RequiresHighResToDraw()) in CalculateRenderPasses()
H A Dlayer_tree_host_impl_unittest.cc10518 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
10526 EXPECT_FALSE(host_impl_->RequiresHighResToDraw()); in TEST_F()
10528 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
10530 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
10534 EXPECT_FALSE(host_impl_->RequiresHighResToDraw()); in TEST_F()
10537 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
H A Dlayer_tree_host_unittest.cc6181 EXPECT_TRUE(host_impl->RequiresHighResToDraw()); in DidActivateTreeOnThread()
6569 EXPECT_TRUE(host_impl->RequiresHighResToDraw()); in DidSetVisibleOnImplTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_impl.h154 bool RequiresHighResToDraw() const;
H A Dlayer_tree_host_impl.h728 bool RequiresHighResToDraw() const { return requires_high_res_to_draw_; } in RequiresHighResToDraw() function
H A Dlayer_tree_impl.cc1569 bool LayerTreeImpl::RequiresHighResToDraw() const { in RequiresHighResToDraw() function in cc::LayerTreeImpl
1570 return host_impl_->RequiresHighResToDraw(); in RequiresHighResToDraw()
H A Dlayer_tree_host_impl.cc1157 "RequiresHighResToDraw", RequiresHighResToDraw()); in CalculateRenderPasses()
1329 if (RequiresHighResToDraw()) in CalculateRenderPasses()
H A Dlayer_tree_host_impl_unittest.cc11375 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
11383 EXPECT_FALSE(host_impl_->RequiresHighResToDraw()); in TEST_F()
11385 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
11387 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
11391 EXPECT_FALSE(host_impl_->RequiresHighResToDraw()); in TEST_F()
11394 EXPECT_TRUE(host_impl_->RequiresHighResToDraw()); in TEST_F()
H A Dlayer_tree_host_unittest.cc6213 EXPECT_TRUE(host_impl->RequiresHighResToDraw()); in DidActivateTreeOnThread()
6601 EXPECT_TRUE(host_impl->RequiresHighResToDraw()); in DidSetVisibleOnImplTree()