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

  /external/chromium_org/ui/aura/
window.cc 160 scoped_refptr<ui::Texture> old_texture = old_layer->external_texture(); local
161 if (delegate_ && old_texture.get())
173 if (delegate_ && old_texture.get()) {
174 layer_->SetExternalTexture(old_texture.get());
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 479 scoped_refptr<ui::Texture> old_texture = texture_; local

Completed in 62 milliseconds