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

  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 38 StreamTextureManagerInProcess::StreamTextureImpl::GetSurfaceTexture() {
81 StreamTextureManagerInProcess::GetSurfaceTexture(uint32 stream_id) {
86 return it->second->GetSurfaceTexture();
stream_texture_manager_in_process_android.h 35 scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(uint32 stream_id);
49 scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture();
in_process_command_buffer.h 139 scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
in_process_command_buffer.cc 741 InProcessCommandBuffer::GetSurfaceTexture(uint32 stream_id) {
743 return stream_texture_manager_->GetSurfaceTexture(stream_id);
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.h 27 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
stream_texture_factory_android_synchronous_impl.cc 81 surface_texture_ = context_provider_->GetSurfaceTexture(stream_id);
141 context_provider_->GetSurfaceTexture(stream_id);
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 80 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
gl_in_process_context.cc 70 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
292 GLInProcessContextImpl::GetSurfaceTexture(uint32 stream_id) {
293 return command_buffer_->GetSurfaceTexture(stream_id);
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 77 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
79 return gl_in_process_context_->GetSurfaceTexture(stream_id);

Completed in 66 milliseconds