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

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.cc 48 context_provider_; member in class:content::__anon10406::StreamTextureProxyImpl
59 : context_provider_(provider), has_updated_(false) {
81 surface_texture_ = context_provider_->GetSurfaceTexture(stream_id);
123 context_provider_(create_context_provider_callback_.Run()),
129 if (!context_provider_)
130 context_provider_ = create_context_provider_callback_.Run();
132 if (!context_provider_)
134 return new StreamTextureProxyImpl(context_provider_);
139 DCHECK(context_provider_);
141 context_provider_->GetSurfaceTexture(stream_id)
    [all...]
stream_texture_factory_android_synchronous_impl.h 58 scoped_refptr<ContextProvider> context_provider_; member in class:content::StreamTextureFactorySynchronousImpl
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 54 : context_provider_(context_provider),
63 return context_provider_->Context3d();
67 scoped_refptr<cc::ContextProvider> context_provider_; member in class:content::__anon9935::VideoContextProvider

Completed in 485 milliseconds