HomeSort by relevance Sort by last modified time
    Searched refs:IOSurfaceLayer (Results 1 - 6 of 6) 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,
26 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl(
31 bool IOSurfaceLayer::DrawsContent() 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/renderer/npapi/
webplugin_impl.h 29 class IOSurfaceLayer;
287 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
webplugin_impl.cc 839 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 2087 milliseconds