Searched refs:surface_texture_ (Results 1 – 10 of 10) sorted by relevance
18 DCHECK(!surface_texture_); in ~GLImageSurfaceTexture()24 DCHECK(!surface_texture_); in Initialize()25 surface_texture_ = in Initialize()29 return !!surface_texture_; in Initialize()33 surface_texture_ = NULL; in Destroy()57 DCHECK(surface_texture_); in BindTexImage()68 surface_texture_->DetachFromGLContext(); in BindTexImage()72 surface_texture_->AttachToGLContext(); in BindTexImage()76 surface_texture_->UpdateTexImage(); in BindTexImage()
43 scoped_refptr<SurfaceTexture> surface_texture_;
66 : surface_texture_(gfx::SurfaceTexture::Create(texture_id)), in StreamTexture()77 surface_texture_->SetFrameAvailableCallback(base::Bind( in StreamTexture()95 surface_texture_ = NULL; in OnWillDestroyStub()103 if (!owner_stub_ || !surface_texture_.get()) in WillUseTexImage()121 surface_texture_->UpdateTexImage(); in WillUseTexImage()142 surface_texture_->GetTransformMatrix(mtx); in WillUseTexImage()193 process, surface_texture_, primary_id, secondary_id); in OnEstablishPeer()
65 scoped_refptr<gfx::SurfaceTexture> surface_texture_; variable
55 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in content::__anon903ecad30111::StreamTextureProxyImpl112 surface_texture_ = context_provider_->GetSurfaceTexture(stream_id); in BindOnThread()113 if (!surface_texture_) { in BindOnThread()120 surface_texture_->SetFrameAvailableCallback(callback_); in BindOnThread()129 surface_texture_->GetTransformMatrix(matrix); in OnFrameAvailable()
44 scoped_refptr<gfx::SurfaceTexture> surface_texture_; member in gpu::__anon9a7de9020111::GLImageImpl53 : surface_texture_(surface_texture), release_callback_(release_callback) {} in GLImageImpl()81 surface_texture_->UpdateTexImage(); in WillUseTexImage()
128 surface_texture_ = gfx::SurfaceTexture::Create(surface_texture_id_); in Initialize()333 surface_texture_->UpdateTexImage(); in SendCurrentSurfaceToClient()334 surface_texture_->GetTransformMatrix(transfrom_matrix); in SendCurrentSurfaceToClient()454 DCHECK(surface_texture_.get()); in ConfigureMediaCodec()456 gfx::ScopedJavaSurface surface(surface_texture_.get()); in ConfigureMediaCodec()
74 accelerator->surface_texture_ = gfx::SurfaceTexture::Create(0); in Configure()
133 scoped_refptr<gfx::SurfaceTexture> surface_texture_; variable
2041 jobject surface_texture_; member in __anone098c82c0111::MediaCodecVideoDecoder2210 surface_texture_ = jni->NewGlobalRef(surface_texture); in InitDecodeOnCodecThread()2244 jni->DeleteGlobalRef(surface_texture_); in ReleaseOnCodecThread()2512 native_handle_.SetTextureObject(surface_texture_, texture_id); in DeliverPendingOutputs()