Searched refs:MaxPartialTextureUpdates (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.cc36 size_t FakeProxy::MaxPartialTextureUpdates() const { function in class:cc::FakeProxy
H A Dfake_proxy.h44 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
/external/chromium_org/cc/resources/
H A Dresource_update_controller.h39 static size_t MaxPartialTextureUpdates();
H A Dresource_update_controller.cc29 size_t ResourceUpdateController::MaxPartialTextureUpdates() { function in class:cc::ResourceUpdateController
/external/chromium_org/cc/trees/
H A Dproxy.h95 virtual size_t MaxPartialTextureUpdates() const = 0;
H A Dsingle_thread_proxy.h49 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
H A Dthread_proxy.h63 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
H A Dlayer_tree_host.h246 size_t MaxPartialTextureUpdates() const;
H A Dlayer_tree_host.cc1119 size_t LayerTreeHost::MaxPartialTextureUpdates() const { function in class:cc::LayerTreeHost
1125 proxy_->MaxPartialTextureUpdates());
1131 if (partial_texture_update_requests_ >= MaxPartialTextureUpdates())
H A Dsingle_thread_proxy.cc263 size_t SingleThreadProxy::MaxPartialTextureUpdates() const { function in class:cc::SingleThreadProxy
H A Dthread_proxy.cc1481 size_t ThreadProxy::MaxPartialTextureUpdates() const { function in class:cc::ThreadProxy
1482 return ResourceUpdateController::MaxPartialTextureUpdates();
H A Dlayer_tree_host_unittest.cc2330 EXPECT_EQ(0u, host.MaxPartialTextureUpdates());
2348 EXPECT_EQ(5u, host.MaxPartialTextureUpdates());
2366 EXPECT_EQ(10u, host.MaxPartialTextureUpdates());
2403 EXPECT_EQ(0u, host->MaxPartialTextureUpdates());
2416 EXPECT_EQ(0u, host->MaxPartialTextureUpdates());

Completed in 117 milliseconds