Searched refs:SetSurface (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_unittests_android.cc50 gl_.SetSurface(gl_surface.get());
H A Dgl_manager.h71 void SetSurface(gfx::GLSurface* surface);
H A Dgl_manager.cc235 void GLManager::SetSurface(gfx::GLSurface* surface) { function in class:gpu::GLManager
236 decoder_->SetSurface(surface);
/external/chromium_org/content/browser/android/
H A Dcontent_view_render_view.cc72 compositor_->SetSurface(jsurface);
76 compositor_->SetSurface(NULL);
H A Dcontent_video_view.h66 void SetSurface(JNIEnv*, jobject obj, jobject surface);
H A Dcontent_video_view.cc166 void ContentVideoView::SetSurface(JNIEnv* env, jobject obj, function in class:content::ContentVideoView
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h58 // DEPRECATED: Use SetSurface() which takes a Java Surface object.
62 virtual void SetSurface(jobject surface) = 0;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_mock.h45 MOCK_METHOD1(SetSurface, void(const scoped_refptr<gfx::GLSurface>& surface));
H A Dgles2_cmd_decoder.h118 virtual void SetSurface(const scoped_refptr<gfx::GLSurface>& surface) = 0;
H A Dgles2_cmd_decoder.cc576 virtual void SetSurface(
2276 // SetSurface.
3372 void GLES2DecoderImpl::SetSurface( function in class:gpu::gles2::GLES2DecoderImpl
H A Dgles2_cmd_decoder_unittest.cc7444 decoder_->SetSurface(other_surface);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h53 virtual void SetSurface(jobject surface) OVERRIDE;
H A Dcompositor_impl_android.cc152 SetSurface(NULL);
187 void CompositorImpl::SetSurface(jobject surface) { function in class:content::CompositorImpl

Completed in 263 milliseconds