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 36 scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture(uint32 stream_id);
50 scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture();
in_process_command_buffer.h 122 scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture(
in_process_command_buffer.cc 754 InProcessCommandBuffer::GetSurfaceTexture(uint32 stream_id) {
756 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::SurfaceTextureBridge> 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 89 virtual scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture(
gl_in_process_context.cc 84 virtual scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture(
375 GLInProcessContextImpl::GetSurfaceTexture(uint32 stream_id) {
376 return command_buffer_->GetSurfaceTexture(stream_id);
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 57 virtual scoped_refptr<gfx::SurfaceTextureBridge> GetSurfaceTexture(
59 return gl_in_process_context_->GetSurfaceTexture(stream_id);

Completed in 673 milliseconds