Searched refs:SetSurface (Results 1 – 13 of 13) sorted by relevance
109 compositor_->SetSurface(NULL); in SurfaceDestroyed()117 compositor_->SetSurface(surface); in SurfaceChanged()
64 void SetSurface(JNIEnv*, jobject obj, jobject surface);
220 void ContentVideoView::SetSurface(JNIEnv* env, jobject obj, in SetSurface() function in content::ContentVideoView
50 gl_.SetSurface(gl_surface.get()); in TEST_F()
68 void SetSurface(gfx::GLSurface* surface);
276 void GLManager::SetSurface(gfx::GLSurface* surface) { in SetSurface() function in gpu::GLManager277 decoder_->SetSurface(surface); in SetSurface()
59 virtual void SetSurface(jobject surface) = 0;
49 MOCK_METHOD1(SetSurface, void(const scoped_refptr<gfx::GLSurface>& surface));
122 virtual void SetSurface(const scoped_refptr<gfx::GLSurface>& surface) = 0;
2065 decoder_->SetSurface(other_surface); in TEST_P()
590 virtual void SetSurface(3564 void GLES2DecoderImpl::SetSurface( in SetSurface() function in gpu::gles2::GLES2DecoderImpl
64 virtual void SetSurface(jobject surface) OVERRIDE;
235 SetSurface(NULL); in ~CompositorImpl()394 void CompositorImpl::SetSurface(jobject surface) { in SetSurface() function in content::CompositorImpl