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

  /external/chromium_org/content/browser/aura/
reflector_impl.cc 21 texture_size_(mirrored_compositor->size()),
49 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
106 if (texture_size_ == size)
108 texture_size_ = size;
115 texture_size_));
120 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
125 texture_size_));
135 texture_size_,
144 texture_size_, 1.0f, texture_id_);
reflector_impl.h 107 gfx::Size texture_size_; member in class:content::ReflectorImpl
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 24 : texture_size_(256, 256),
39 return Resource::MemorySizeBytes(texture_size_, texture_format_) *
110 const gfx::Size texture_size_; member in class:cc::PrioritizedResourceTest
129 resource_manager->CreateTexture(texture_size_, texture_format_);
173 resource_manager->CreateTexture(texture_size_, texture_format_);
240 resource_manager->CreateTexture(texture_size_, texture_format_);
310 resource_manager->CreateTexture(texture_size_, texture_format_);
390 resource_manager->CreateTexture(texture_size_, texture_format_);
464 resource_manager->CreateTexture(texture_size_, texture_format_);
608 resource_manager->CreateTexture(texture_size_, texture_format_)
    [all...]

Completed in 71 milliseconds