Searched refs:IOSurfaceLayer (Results 1 – 6 of 6) sorted by relevance
11 scoped_refptr<IOSurfaceLayer> IOSurfaceLayer::Create() { in Create()12 return make_scoped_refptr(new IOSurfaceLayer()); in Create()15 IOSurfaceLayer::IOSurfaceLayer() : Layer(), io_surface_id_(0) {} in IOSurfaceLayer() function in cc::IOSurfaceLayer17 IOSurfaceLayer::~IOSurfaceLayer() {} in ~IOSurfaceLayer()19 void IOSurfaceLayer::SetIOSurfaceProperties(uint32_t io_surface_id, in SetIOSurfaceProperties()26 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl( in CreateLayerImpl()31 bool IOSurfaceLayer::DrawsContent() const { in DrawsContent()35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()43 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue, in Update()
13 class CC_EXPORT IOSurfaceLayer : public Layer {15 static scoped_refptr<IOSurfaceLayer> Create();27 IOSurfaceLayer();30 virtual ~IOSurfaceLayer();35 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayer);
29 class IOSurfaceLayer; variable286 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
835 io_surface_layer_ = cc::IOSurfaceLayer::Create(); in AcceleratedPluginSwappedIOSurface()
983 scoped_refptr<IOSurfaceLayer> io_surface = IOSurfaceLayer::Create(); in SetupTree()
2856 scoped_refptr<IOSurfaceLayer> io_surface_layer = IOSurfaceLayer::Create(); in SetupTree()4054 scoped_refptr<IOSurfaceLayer> layer = IOSurfaceLayer::Create(); in SetupTree()