Searched refs:IOSurfaceLayer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/layers/
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...]
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);
/external/chromium_org/content/browser/compositor/
H A Dio_surface_layer_mac.h15 @class IOSurfaceLayer;
21 // The interface through which the IOSurfaceLayer calls back into
40 // IOSurfaceLayer class, and does most of the heavy lifting for the
42 // TODO(ccameron): This class should own IOSurfaceLayer, rather than
47 IOSurfaceLayer* layer);
50 // Called when the IOSurfaceLayer gets a new frame.
53 // Called whenever -[IOSurfaceLayer setNeedsDisplay] is called.
56 // Called whenever -[IOSurfaceLayer canDrawInCGLContext] is called,
60 // Called whenever -[IOSurfaceLayer drawInCGLContext] draws a
90 IOSurfaceLayer* cons
[all...]
H A Dbrowser_compositor_view_private_mac.h71 base::scoped_nsobject<IOSurfaceLayer> io_surface_layer);
97 base::scoped_nsobject<IOSurfaceLayer> io_surface_layer_;
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h29 class IOSurfaceLayer;
279 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
H A Dwebplugin_impl.cc853 io_surface_layer_ = cc::IOSurfaceLayer::Create();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc992 scoped_refptr<IOSurfaceLayer> io_surface = IOSurfaceLayer::Create();
H A Dlayer_tree_host_unittest.cc2496 scoped_refptr<IOSurfaceLayer> io_surface_layer = IOSurfaceLayer::Create();
2508 // In WillDraw, the IOSurfaceLayer sets up the io surface texture.
4003 // IOSurfaceLayer must support being invalidated and then passing that along
4011 scoped_refptr<IOSurfaceLayer> layer = IOSurfaceLayer::Create();

Completed in 3977 milliseconds