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

  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 178 scoped_refptr<OwnedMailbox> subscriber_texture; local
181 subscriber_texture = idle_frame_subscriber_textures_.back();
185 subscriber_texture = new OwnedMailbox(helper);
194 subscriber_texture,
198 if (subscriber_texture.get()) {
200 cc::TextureMailbox(subscriber_texture->mailbox(),
201 subscriber_texture->target(),
202 subscriber_texture->sync_point()));
680 scoped_refptr<OwnedMailbox> subscriber_texture,
682 if (!subscriber_texture.get()
    [all...]
delegated_frame_host.h 200 scoped_refptr<OwnedMailbox> subscriber_texture,
207 scoped_refptr<OwnedMailbox> subscriber_texture,
212 scoped_refptr<OwnedMailbox> subscriber_texture,

Completed in 41 milliseconds