Home
last modified time | relevance | path

Searched refs:IOSurfaceLayer (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
Dio_surface_layer.cc11 scoped_refptr<IOSurfaceLayer> IOSurfaceLayer::Create() { in Create()
12 return make_scoped_refptr(new IOSurfaceLayer()); in Create()
15 IOSurfaceLayer::IOSurfaceLayer() : Layer(), io_surface_id_(0) {} in IOSurfaceLayer() function in cc::IOSurfaceLayer
17 IOSurfaceLayer::~IOSurfaceLayer() {} in ~IOSurfaceLayer()
19 void IOSurfaceLayer::SetIOSurfaceProperties(uint32_t io_surface_id, in SetIOSurfaceProperties()
26 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl( in CreateLayerImpl()
31 bool IOSurfaceLayer::DrawsContent() const { in DrawsContent()
35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()
43 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue, in Update()
Dio_surface_layer.h13 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/
Dwebplugin_impl.h29 class IOSurfaceLayer; variable
286 scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
Dwebplugin_impl.cc835 io_surface_layer_ = cc::IOSurfaceLayer::Create(); in AcceleratedPluginSwappedIOSurface()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_context.cc983 scoped_refptr<IOSurfaceLayer> io_surface = IOSurfaceLayer::Create(); in SetupTree()
Dlayer_tree_host_unittest.cc2856 scoped_refptr<IOSurfaceLayer> io_surface_layer = IOSurfaceLayer::Create(); in SetupTree()
4054 scoped_refptr<IOSurfaceLayer> layer = IOSurfaceLayer::Create(); in SetupTree()