Home
last modified time | relevance | path

Searched refs:GetSurfaceTexture (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dgl_in_process_context.cc70 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
248 GLInProcessContextImpl::GetSurfaceTexture(uint32 stream_id) { in GetSurfaceTexture() function in gpu::__anon33bc56710111::GLInProcessContextImpl
249 return command_buffer_->GetSurfaceTexture(stream_id); in GetSurfaceTexture()
Dgl_in_process_context.h78 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
/external/chromium_org/content/renderer/media/android/
Dstream_texture_factory_synchronous_impl.cc112 surface_texture_ = context_provider_->GetSurfaceTexture(stream_id); in BindOnThread()
185 context_provider_->GetSurfaceTexture(stream_id); in EstablishPeer()
Dstream_texture_factory_synchronous_impl.h30 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
/external/chromium_org/gpu/command_buffer/service/
Dstream_texture_manager_in_process_android.h34 scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(uint32 stream_id);
Dstream_texture_manager_in_process_android.cc161 StreamTextureManagerInProcess::GetSurfaceTexture(uint32 stream_id) { in GetSurfaceTexture() function in gpu::StreamTextureManagerInProcess
Din_process_command_buffer.h164 scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
Din_process_command_buffer.cc855 InProcessCommandBuffer::GetSurfaceTexture(uint32 stream_id) { in GetSurfaceTexture() function in gpu::InProcessCommandBuffer
857 return stream_texture_manager_->GetSurfaceTexture(stream_id); in GetSurfaceTexture()
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_factory_impl.cc122 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture( in GetSurfaceTexture() function in content::SynchronousCompositorFactoryImpl::VideoContextProvider
124 return gl_in_process_context_->GetSurfaceTexture(stream_id); in GetSurfaceTexture()