OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_copy_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
texture_layer_impl.cc
86
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_
->format()))
[
all
...]
texture_layer_impl.h
70
scoped_ptr<ScopedResource>
texture_copy_
;
member in class:cc::TextureLayerImpl
Completed in 50 milliseconds