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

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

Completed in 134 milliseconds