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

  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 50 class StreamTextureAndroid
52 public base::SupportsWeakPtr<StreamTextureAndroid> {
54 StreamTextureAndroid(GpuChannel* channel, int service_id);
55 virtual ~StreamTextureAndroid();
95 DISALLOW_COPY_AND_ASSIGN(StreamTextureAndroid);
100 typedef IDMap<StreamTextureAndroid, IDMapOwnPointer> TextureMap;
stream_texture_manager_android.cc 17 StreamTextureManagerAndroid::StreamTextureAndroid::StreamTextureAndroid(
26 StreamTextureManagerAndroid::StreamTextureAndroid::~StreamTextureAndroid() {
29 void StreamTextureManagerAndroid::StreamTextureAndroid::Update() {
47 void StreamTextureManagerAndroid::StreamTextureAndroid::OnFrameAvailable(
53 gfx::Size StreamTextureManagerAndroid::StreamTextureAndroid::GetSize() {
74 StreamTextureAndroid* texture = new StreamTextureAndroid(
85 for (TextureMap::Iterator<StreamTextureAndroid> it(&textures_)
    [all...]

Completed in 104 milliseconds