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

  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 202 uncleared_textures_.erase(picture_buffer_id);
216 DCHECK_EQ(0u, uncleared_textures_.count(picture.picture_buffer_id()));
403 uncleared_textures_[buffer_ids[i]] = textures[i];
496 it = uncleared_textures_.find(picture.picture_buffer_id());
497 if (it == uncleared_textures_.end())
506 uncleared_textures_.erase(it);
gpu_video_decode_accelerator.h 132 // Protects |uncleared_textures_| when DCHECK is on. This is for debugging
134 // |uncleared_textures_| is only accessed from the child thread.
138 std::map<int32, scoped_refptr<gpu::gles2::TextureRef> > uncleared_textures_; member in class:content::GpuVideoDecodeAccelerator

Completed in 23 milliseconds