HomeSort by relevance Sort by last modified time
    Searched refs:IOSurfaceLayer (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/layers/
io_surface_layer.cc 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,
27 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl(
32 bool IOSurfaceLayer::HasDrawableContent() const
    [all...]
io_surface_layer.h 13 class CC_EXPORT IOSurfaceLayer : public Layer {
15 static scoped_refptr<IOSurfaceLayer> Create();
27 IOSurfaceLayer();
30 virtual ~IOSurfaceLayer();
35 DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayer);
  /external/chromium_org/content/browser/compositor/
io_surface_layer_mac.h 15 @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* const layer_
    [all...]
browser_compositor_view_private_mac.h 71 base::scoped_nsobject<IOSurfaceLayer> io_surface_layer);
97 base::scoped_nsobject<IOSurfaceLayer> io_surface_layer_;
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 29 class IOSurfaceLayer;
279 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
webplugin_impl.cc 853 io_surface_layer_ = cc::IOSurfaceLayer::Create();
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 4905 milliseconds