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

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

Completed in 108 milliseconds