HomeSort by relevance Sort by last modified time
    Searched refs:MaxPartialTextureUpdates (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/test/
fake_proxy.cc 34 size_t FakeProxy::MaxPartialTextureUpdates() const {
fake_proxy.h 42 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
  /external/chromium_org/cc/resources/
resource_update_controller.h 39 static size_t MaxPartialTextureUpdates();
resource_update_controller.cc 31 size_t ResourceUpdateController::MaxPartialTextureUpdates() {
  /external/chromium_org/cc/trees/
proxy.h 93 virtual size_t MaxPartialTextureUpdates() const = 0;
single_thread_proxy.h 44 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
thread_proxy.h 61 virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
single_thread_proxy.cc 250 size_t SingleThreadProxy::MaxPartialTextureUpdates() const {
thread_proxy.cc     [all...]
layer_tree_host.cc 187 proxy_->MaxPartialTextureUpdates());
    [all...]

Completed in 858 milliseconds