Searched refs:UseGpuRasterization (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h190 bool UseGpuRasterization() const;
H A Dlayer_tree_host.cc328 host_impl->SetUseGpuRasterization(UseGpuRasterization());
400 host_impl->SetUseGpuRasterization(UseGpuRasterization());
574 bool LayerTreeHost::UseGpuRasterization() const { function in class:cc::LayerTreeHost
H A Dlayer_tree_host_unittest.cc4665 EXPECT_FALSE(layer_tree_host()->UseGpuRasterization());
4670 EXPECT_FALSE(layer_tree_host()->UseGpuRasterization());
4721 EXPECT_FALSE(layer_tree_host()->UseGpuRasterization());
4726 EXPECT_TRUE(layer_tree_host()->UseGpuRasterization());
4788 EXPECT_TRUE(layer_tree_host()->UseGpuRasterization());
4791 EXPECT_TRUE(layer_tree_host()->UseGpuRasterization());

Completed in 109 milliseconds