Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/android/
Dcontent_view_render_view.cc109 compositor_->SetSurface(NULL); in SurfaceDestroyed()
117 compositor_->SetSurface(surface); in SurfaceChanged()
Dcontent_video_view.h64 void SetSurface(JNIEnv*, jobject obj, jobject surface);
Dcontent_video_view.cc220 void ContentVideoView::SetSurface(JNIEnv* env, jobject obj, in SetSurface() function in content::ContentVideoView
/external/chromium_org/gpu/command_buffer/tests/
Dgl_unittests_android.cc50 gl_.SetSurface(gl_surface.get()); in TEST_F()
Dgl_manager.h68 void SetSurface(gfx::GLSurface* surface);
Dgl_manager.cc276 void GLManager::SetSurface(gfx::GLSurface* surface) { in SetSurface() function in gpu::GLManager
277 decoder_->SetSurface(surface); in SetSurface()
/external/chromium_org/content/public/browser/android/
Dcompositor.h59 virtual void SetSurface(jobject surface) = 0;
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_mock.h49 MOCK_METHOD1(SetSurface, void(const scoped_refptr<gfx::GLSurface>& surface));
Dgles2_cmd_decoder.h122 virtual void SetSurface(const scoped_refptr<gfx::GLSurface>& surface) = 0;
Dgles2_cmd_decoder_unittest_framebuffers.cc2065 decoder_->SetSurface(other_surface); in TEST_P()
Dgles2_cmd_decoder.cc590 virtual void SetSurface(
3564 void GLES2DecoderImpl::SetSurface( in SetSurface() function in gpu::gles2::GLES2DecoderImpl
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.h64 virtual void SetSurface(jobject surface) OVERRIDE;
Dcompositor_impl_android.cc235 SetSurface(NULL); in ~CompositorImpl()
394 void CompositorImpl::SetSurface(jobject surface) { in SetSurface() function in content::CompositorImpl