Home
last modified time | relevance | path

Searched refs:texture_copy_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dtexture_layer_impl.cc86 texture_copy_.reset(); in WillDraw()
98 if (!texture_copy_) in WillDraw()
99 texture_copy_ = ScopedResource::Create(resource_provider); in WillDraw()
100 if (texture_copy_->size() != texture_mailbox_.shared_memory_size() || in WillDraw()
101 resource_provider->InUseByConsumer(texture_copy_->id())) in WillDraw()
102 texture_copy_->Free(); in WillDraw()
104 if (!texture_copy_->id()) { in WillDraw()
105 texture_copy_->Allocate(texture_mailbox_.shared_memory_size(), in WillDraw()
110 if (texture_copy_->id()) { in WillDraw()
115 if (!PlatformColor::SameComponentOrder(texture_copy_->format())) { in WillDraw()
[all …]
Dtexture_layer_impl.h70 scoped_ptr<ScopedResource> texture_copy_; variable