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 196 uncleared_textures_.erase(picture_buffer_id);
209 DCHECK_EQ(0u, uncleared_textures_.count(picture.picture_buffer_id()));
414 uncleared_textures_[buffer_ids[i]] = textures[i];
490 it = uncleared_textures_.find(picture.picture_buffer_id());
491 if (it == uncleared_textures_.end())
500 uncleared_textures_.erase(it);
gpu_video_decode_accelerator.h 128 // Protects |uncleared_textures_| when DCHECK is on. This is for debugging
130 // |uncleared_textures_| is only accessed from the child thread.
134 std::map<int32, scoped_refptr<gpu::gles2::TextureRef> > uncleared_textures_; member in class:content::GpuVideoDecodeAccelerator

Completed in 893 milliseconds