Home | History | Annotate | Download | only in test

Lines Matching defs:host_impl

56       scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2);
64 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a);
73 T::Create(host_->host_impl()->active_tree(), 2, a, b);
82 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
100 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d, e);
116 return host_->host_impl()->output_surface();
119 return host_->host_impl()->resource_provider();
122 FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); }
123 Proxy* proxy() const { return host_->host_impl()->proxy(); }