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

  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 20 IOSurfaceLayerImpl::IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id)
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*>(layer)
    [all...]
io_surface_layer_impl.h 16 class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl {
18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl,
20 return make_scoped_ptr(new IOSurfaceLayerImpl(tree_impl, id));
22 virtual ~IOSurfaceLayerImpl();
38 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
49 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayerImpl);
io_surface_layer.cc 28 return IOSurfaceLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
38 IOSurfaceLayerImpl* io_surface_layer =
39 static_cast<IOSurfaceLayerImpl*>(layer);
io_surface_layer_impl_unittest.cc 19 IOSurfaceLayerImpl* io_surface_layer_impl =
20 impl.AddChildToRoot<IOSurfaceLayerImpl>();
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 373 milliseconds