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()),
37 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
85 if (texture_size_ == size)
87 texture_size_ = size;
94 texture_size_));
99 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
104 texture_size_));
114 texture_size_,
123 texture_size_, 1.0f, texture_id_);
reflector_impl.h 104 gfx::Size texture_size_; member in class:content::ReflectorImpl
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 20 : texture_size_(256, 256),
33 return Resource::MemorySizeBytes(texture_size_, texture_format_) *
93 const gfx::Size texture_size_; member in class:cc::PrioritizedResourceTest
111 resource_manager->CreateTexture(texture_size_, texture_format_);
155 resource_manager->CreateTexture(texture_size_, texture_format_);
222 resource_manager->CreateTexture(texture_size_, texture_format_);
298 resource_manager->CreateTexture(texture_size_, texture_format_);
300 resource_manager->CreateTexture(texture_size_, texture_format_);
359 resource_manager->CreateTexture(texture_size_, texture_format_);
399 resource_manager->CreateTexture(texture_size_, texture_format_)
    [all...]

Completed in 55 milliseconds