HomeSort by relevance Sort by last modified time
    Searched defs:IOSurfaceLayerImpl (Results 1 - 2 of 2) 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();
39 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
50 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayerImpl);

Completed in 45 milliseconds