HomeSort by relevance Sort by last modified time
    Searched defs:surface_texture_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/gl/
gl_image_surface_texture.h 36 scoped_refptr<SurfaceTexture> surface_texture_; member in class:gfx::GLImageSurfaceTexture
  /external/chromium_org/content/common/gpu/
stream_texture_android.h 59 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in class:content::StreamTexture
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 38 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in class:gpu::__anon12547::GLImageImpl
47 : surface_texture_(surface_texture), release_callback_(release_callback) {}
58 surface_texture_->UpdateTexImage();
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.h 133 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in class:content::AndroidVideoDecodeAccelerator
135 // The texture id which is set to |surface_texture_|.
158 // Used for copy the texture from |surface_texture_| to picture buffers.
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_synchronous_impl.cc 54 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in class:content::__anon11985::StreamTextureProxyImpl
108 surface_texture_ = context_provider_->GetSurfaceTexture(stream_id);
109 if (!surface_texture_) {
116 surface_texture_->SetFrameAvailableCallback(callback_);
125 surface_texture_->GetTransformMatrix(matrix);

Completed in 137 milliseconds