Searched defs:IOSurfaceLayer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dio_surface_layer.h13 class CC_EXPORT IOSurfaceLayer : public Layer { class in namespace:cc
15 static scoped_refptr<IOSurfaceLayer> Create();
27 IOSurfaceLayer();
30 virtual ~IOSurfaceLayer();
35 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayer);
H A Dio_surface_layer.cc11 scoped_refptr<IOSurfaceLayer> IOSurfaceLayer::Create() {
12 return make_scoped_refptr(new IOSurfaceLayer());
15 IOSurfaceLayer::IOSurfaceLayer() : Layer(), io_surface_id_(0) {} function in class:cc::IOSurfaceLayer
17 IOSurfaceLayer::~IOSurfaceLayer() {}
19 void IOSurfaceLayer::SetIOSurfaceProperties(uint32_t io_surface_id,
27 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl(
32 bool IOSurfaceLayer
[all...]

Completed in 885 milliseconds