HomeSort by relevance Sort by last modified time
    Searched refs:VSyncProvider (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/gfx/
vsync_provider.h 14 class GFX_EXPORT VSyncProvider {
16 virtual ~VSyncProvider() {}
  /external/chromium_org/ui/gfx/ozone/dri/
dri_vsync_provider.h 14 class DriVSyncProvider : public VSyncProvider {
dri_surface_factory.h 44 virtual gfx::VSyncProvider* GetVSyncProvider(
dri_surface_factory.cc 220 // schedule the next draw event. Alternatively, the VSyncProvider could be
240 gfx::VSyncProvider* DriSurfaceFactory::GetVSyncProvider(
  /external/chromium_org/cc/output/
software_output_device.h 22 class VSyncProvider;
73 // VSyncProvider used to update the timer used to schedule draws with the
75 virtual gfx::VSyncProvider* GetVSyncProvider();
82 scoped_ptr<gfx::VSyncProvider> vsync_provider_;
software_output_device.cc 60 gfx::VSyncProvider* SoftwareOutputDevice::GetVSyncProvider() {
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.h 16 class SyncControlVSyncProvider : public VSyncProvider {
gl_surface.h 19 class VSyncProvider;
98 virtual VSyncProvider* GetVSyncProvider();
149 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
gl_surface_egl.h 67 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
69 // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider.
70 // Takes ownership of the VSyncProvider.
71 virtual bool Initialize(VSyncProvider* sync_provider);
83 scoped_ptr<VSyncProvider> vsync_provider_;
gl_surface_glx.h 66 virtual VSyncProvider* GetVSyncProvider() OVERRIDE;
110 scoped_ptr<VSyncProvider> vsync_provider_;
gl_surface.cc 149 VSyncProvider* GLSurface::GetVSyncProvider() {
257 VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() {
gl_surface_glx.cc 183 void GetVSyncParameters(const VSyncProvider::UpdateVSyncCallback& callback) {
230 : public gfx::VSyncProvider,
257 const VSyncProvider::UpdateVSyncCallback& callback) OVERRIDE {
261 new VSyncProvider::UpdateVSyncCallback(callback));
285 scoped_ptr<VSyncProvider::UpdateVSyncCallback> pending_callback_;
692 VSyncProvider* NativeViewGLSurfaceGLX::GetVSyncProvider() {
gl_surface_egl.cc 256 bool NativeViewGLSurfaceEGL::Initialize(VSyncProvider* sync_provider) {
258 scoped_ptr<VSyncProvider> vsync_provider(sync_provider);
476 VSyncProvider* NativeViewGLSurfaceEGL::GetVSyncProvider() {
721 VSyncProvider* sync_provider = NULL;
sync_control_vsync_provider.cc 27 : VSyncProvider(), last_media_stream_counter_(0) {
gl_surface_win.cc 46 class DWMVSyncProvider : public VSyncProvider {
  /external/chromium_org/ui/gfx/ozone/
surface_factory_ozone.h 18 class VSyncProvider;
124 // Returns a gfx::VsyncProvider for the provided AcceleratedWidget. Note
129 virtual gfx::VSyncProvider* GetVSyncProvider(gfx::AcceleratedWidget w) = 0;
surface_factory_ozone.cc 38 virtual gfx::VSyncProvider* GetVSyncProvider(
  /external/chromium_org/content/browser/aura/
software_browser_compositor_output_surface_unittest.cc 16 class FakeVSyncProvider : public gfx::VSyncProvider {
46 virtual gfx::VSyncProvider* GetVSyncProvider() OVERRIDE {
51 scoped_ptr<gfx::VSyncProvider> vsync_provider_;
software_browser_compositor_output_surface.cc 48 gfx::VSyncProvider* vsync_provider = software_device()->GetVSyncProvider();
software_output_device_ozone_unittest.cc 50 virtual gfx::VSyncProvider* GetVSyncProvider(
  /external/chromium_org/ui/gfx/ozone/impl/
file_surface_factory.h 38 virtual VSyncProvider* GetVSyncProvider(AcceleratedWidget widget) OVERRIDE;
file_surface_factory.cc 92 VSyncProvider* FileSurfaceFactory::GetVSyncProvider(AcceleratedWidget w) {
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 364 gfx::VSyncProvider* vsync_provider = GetVSyncProvider();

Completed in 58 milliseconds