Searched refs:TextureLayerImpl (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/cc/layers/ |
D | texture_layer_impl.cc | 20 TextureLayerImpl::TextureLayerImpl(LayerTreeImpl* tree_impl, int id) in TextureLayerImpl() function in cc::TextureLayerImpl 36 TextureLayerImpl::~TextureLayerImpl() { FreeTextureMailbox(); } in ~TextureLayerImpl() 38 void TextureLayerImpl::SetTextureMailbox( in SetTextureMailbox() 50 scoped_ptr<LayerImpl> TextureLayerImpl::CreateLayerImpl( in CreateLayerImpl() 52 return TextureLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); in CreateLayerImpl() 55 void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo() 58 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer); in PushPropertiesTo() 72 bool TextureLayerImpl::WillDraw(DrawMode draw_mode, in WillDraw() 142 void TextureLayerImpl::AppendQuads( in AppendQuads() 185 SimpleEnclosedRegion TextureLayerImpl::VisibleContentOpaqueRegion() const { in VisibleContentOpaqueRegion() [all …]
|
D | texture_layer_impl.h | 18 class CC_EXPORT TextureLayerImpl : public LayerImpl { 20 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { in Create() 21 return make_scoped_ptr(new TextureLayerImpl(tree_impl, id)); in Create() 23 virtual ~TextureLayerImpl(); 57 TextureLayerImpl(LayerTreeImpl* tree_impl, int id); 77 DISALLOW_COPY_AND_ASSIGN(TextureLayerImpl);
|
D | texture_layer_unittest.cc | 939 bool WillDraw(TextureLayerImpl* layer, DrawMode mode) { in WillDraw() 963 scoped_ptr<TextureLayerImpl> impl_layer = in TEST_F() 964 TextureLayerImpl::Create(host_impl_.active_tree(), 1); in TEST_F() 972 scoped_ptr<TextureLayerImpl> impl_layer = in TEST_F() 973 TextureLayerImpl::Create(host_impl_.active_tree(), 1); in TEST_F() 981 scoped_ptr<TextureLayerImpl> impl_layer = in TEST_F() 982 TextureLayerImpl::Create(host_impl_.active_tree(), 1); in TEST_F() 991 scoped_ptr<TextureLayerImpl> impl_layer = in TEST_F() 992 TextureLayerImpl::Create(host_impl_.active_tree(), 1); in TEST_F() 1000 scoped_ptr<TextureLayerImpl> impl_layer = in TEST_F() [all …]
|
D | texture_layer_impl_unittest.cc | 31 TextureLayerImpl* texture_layer_impl = in TEST() 32 impl.AddChildToRoot<TextureLayerImpl>(); in TEST()
|
D | texture_layer.cc | 58 return TextureLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); in CreateLayerImpl() 239 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer); in PushPropertiesTo()
|