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

/external/chromium_org/cc/layers/
H A Dsurface_layer.h16 class CC_EXPORT SurfaceLayer : public Layer { class in namespace:cc
18 static scoped_refptr<SurfaceLayer> Create();
28 SurfaceLayer();
32 virtual ~SurfaceLayer();
36 DISALLOW_COPY_AND_ASSIGN(SurfaceLayer);
H A Dsurface_layer.cc11 scoped_refptr<SurfaceLayer> SurfaceLayer::Create() {
12 return make_scoped_refptr(new SurfaceLayer);
15 SurfaceLayer::SurfaceLayer() : Layer() { function in class:cc::SurfaceLayer
18 SurfaceLayer::~SurfaceLayer() {}
20 void SurfaceLayer::SetSurfaceId(SurfaceId surface_id) {
26 scoped_ptr<LayerImpl> SurfaceLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
30 bool SurfaceLayer
[all...]

Completed in 443 milliseconds