Searched refs:IOSurfaceLayerImpl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/layers/
H A Dio_surface_layer_impl.cc20 IOSurfaceLayerImpl::IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id) function in class:cc::IOSurfaceLayerImpl
26 IOSurfaceLayerImpl::~IOSurfaceLayerImpl() {
30 void IOSurfaceLayerImpl::DestroyResource() {
39 scoped_ptr<LayerImpl> IOSurfaceLayerImpl::CreateLayerImpl(
41 return IOSurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
44 void IOSurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
47 IOSurfaceLayerImpl* io_surface_layer =
48 static_cast<IOSurfaceLayerImpl*>(laye
[all...]
H A Dio_surface_layer_impl.h16 class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl { class in namespace:cc
18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl,
20 return make_scoped_ptr(new IOSurfaceLayerImpl(tree_impl, id));
22 virtual ~IOSurfaceLayerImpl();
39 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
50 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayerImpl);
H A Dio_surface_layer.cc29 return IOSurfaceLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
39 IOSurfaceLayerImpl* io_surface_layer =
40 static_cast<IOSurfaceLayerImpl*>(layer);
H A Dio_surface_layer_impl_unittest.cc19 IOSurfaceLayerImpl* io_surface_layer_impl =
20 impl.AddChildToRoot<IOSurfaceLayerImpl>();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc4860 scoped_ptr<IOSurfaceLayerImpl> io_surface_layer =
4861 IOSurfaceLayerImpl::Create(host_impl_->active_tree(), 5);

Completed in 2184 milliseconds