Home | History | Annotate | Download | only in layers

Lines Matching refs:IOSurfaceLayer

11 scoped_refptr<IOSurfaceLayer> IOSurfaceLayer::Create() {
12 return make_scoped_refptr(new IOSurfaceLayer());
15 IOSurfaceLayer::IOSurfaceLayer() : Layer(), io_surface_id_(0) {}
17 IOSurfaceLayer::~IOSurfaceLayer() {}
19 void IOSurfaceLayer::SetIOSurfaceProperties(uint32_t io_surface_id,
26 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl(
31 bool IOSurfaceLayer::DrawsContent() const {
35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) {
43 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue,