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

  /external/chromium_org/cc/layers/
texture_layer_impl.h 17 class CC_EXPORT TextureLayerImpl : public LayerImpl {
19 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl,
22 return make_scoped_ptr(new TextureLayerImpl(tree_impl, id, uses_mailbox));
24 virtual ~TextureLayerImpl();
67 TextureLayerImpl(LayerTreeImpl* tree_impl, int id, bool uses_mailbox);
88 DISALLOW_COPY_AND_ASSIGN(TextureLayerImpl);
texture_layer_impl.cc 17 TextureLayerImpl::TextureLayerImpl(LayerTreeImpl* tree_impl,
37 TextureLayerImpl::~TextureLayerImpl() { FreeTextureMailbox(); }
39 void TextureLayerImpl::SetTextureMailbox(const TextureMailbox& mailbox) {
47 scoped_ptr<LayerImpl> TextureLayerImpl::CreateLayerImpl(
49 return TextureLayerImpl::Create(tree_impl, id(), uses_mailbox_).
53 void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) {
56 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer)
    [all...]
texture_layer_unittest.cc 104 scoped_ptr<TextureLayerImpl> impl_layer;
105 impl_layer = TextureLayerImpl::Create(host_impl_.active_tree(), 1, false);
572 bool WillDraw(TextureLayerImpl* layer, DrawMode mode) {
584 // Test conditions for results of TextureLayerImpl::WillDraw under
597 scoped_ptr<TextureLayerImpl> impl_layer =
598 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true);
604 scoped_ptr<TextureLayerImpl> impl_layer =
605 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true);
612 scoped_ptr<TextureLayerImpl> impl_layer =
613 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true)
    [all...]
texture_layer.cc 59 return TextureLayerImpl::Create(tree_impl, id(), uses_mailbox_).
168 // If we're removed from the tree, the TextureLayerImpl will be destroyed, and
169 // we will need to set the mailbox again on a new TextureLayerImpl the next
211 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc     [all...]

Completed in 1115 milliseconds