Home
last modified time | relevance | path

Searched refs:GetVSyncProvider (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/content/browser/aura/
Dsoftware_browser_compositor_output_surface_unittest.cc46 virtual gfx::VSyncProvider* GetVSyncProvider() OVERRIDE { in GetVSyncProvider() function in __anon066d3cb10111::FakeSoftwareOutputDevice
131 EXPECT_EQ(NULL, output_surface_->software_device()->GetVSyncProvider()); in TEST_F()
140 output_surface_->software_device()->GetVSyncProvider()); in TEST_F()
Dsoftware_browser_compositor_output_surface.cc48 gfx::VSyncProvider* vsync_provider = software_device()->GetVSyncProvider(); in SwapBuffers()
Dsoftware_output_device_ozone.cc27 vsync_provider_.reset(factory->GetVSyncProvider(realized_widget_)); in SoftwareOutputDeviceOzone()
Dsoftware_output_device_ozone_unittest.cc50 virtual gfx::VSyncProvider* GetVSyncProvider( in GetVSyncProvider() function in __anon5f30ab110111::MockSurfaceFactoryOzone
/external/chromium_org/ui/gl/
Dgl_surface.cc149 VSyncProvider* GLSurface::GetVSyncProvider() { in GetVSyncProvider() function in gfx::GLSurface
257 VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() { in GetVSyncProvider() function in gfx::GLSurfaceAdapter
258 return surface_->GetVSyncProvider(); in GetVSyncProvider()
Dgl_surface.h98 virtual VSyncProvider* GetVSyncProvider();
149 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
Dgl_surface_glx.h66 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
Dgl_surface_egl.h67 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
Dgl_surface_egl.cc476 VSyncProvider* NativeViewGLSurfaceEGL::GetVSyncProvider() { in GetVSyncProvider() function in gfx::NativeViewGLSurfaceEGL
726 gfx::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window); in CreateViewGLSurface()
Dgl_surface_glx.cc692 VSyncProvider* NativeViewGLSurfaceGLX::GetVSyncProvider() { in GetVSyncProvider() function in gfx::NativeViewGLSurfaceGLX
/external/chromium_org/ui/gfx/ozone/impl/
Dfile_surface_factory.h38 virtual VSyncProvider* GetVSyncProvider(AcceleratedWidget widget) OVERRIDE;
Dfile_surface_factory.cc92 VSyncProvider* FileSurfaceFactory::GetVSyncProvider(AcceleratedWidget w) { in GetVSyncProvider() function in gfx::FileSurfaceFactory
/external/chromium_org/cc/output/
Dsoftware_output_device.h75 virtual gfx::VSyncProvider* GetVSyncProvider();
Dsoftware_output_device.cc60 gfx::VSyncProvider* SoftwareOutputDevice::GetVSyncProvider() { in GetVSyncProvider() function in cc::SoftwareOutputDevice
/external/chromium_org/ui/gfx/ozone/
Dsurface_factory_ozone.cc38 virtual gfx::VSyncProvider* GetVSyncProvider( in GetVSyncProvider() function in gfx::SurfaceFactoryOzoneStub
Dsurface_factory_ozone.h129 virtual gfx::VSyncProvider* GetVSyncProvider(gfx::AcceleratedWidget w) = 0;
/external/chromium_org/ui/gfx/ozone/dri/
Ddri_surface_factory.h44 virtual gfx::VSyncProvider* GetVSyncProvider(
Ddri_surface_factory.cc240 gfx::VSyncProvider* DriSurfaceFactory::GetVSyncProvider( in GetVSyncProvider() function in gfx::DriSurfaceFactory
/external/chromium_org/content/common/gpu/
Dimage_transport_surface.cc364 gfx::VSyncProvider* vsync_provider = GetVSyncProvider(); in SendVSyncUpdateIfAvailable()