InsertSyncPoint   160 cc/resources/resource_provider_unittest.cc     uint32 sync_point = shared_data_->InsertSyncPoint();
InsertSyncPoint    41 content/browser/renderer_host/image_transport_factory_android.cc   virtual uint32_t InsertSyncPoint() OVERRIDE;
InsertSyncPoint    37 content/browser/renderer_host/image_transport_factory_android.h   virtual uint32_t InsertSyncPoint() = 0;
InsertSyncPoint   346 content/browser/renderer_host/render_widget_host_view_aura.cc         gl_helper ? gl_helper->InsertSyncPoint() : 0;
InsertSyncPoint   370 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper ? gl_helper->InsertSyncPoint() : 0;
InsertSyncPoint  1802 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper->InsertSyncPoint();
InsertSyncPoint  1921 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper->InsertSyncPoint();
InsertSyncPoint   907 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   owned_mailbox->UpdateSyncPoint(gl_helper->InsertSyncPoint());
InsertSyncPoint   964 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   owned_mailbox->UpdateSyncPoint(gl_helper->InsertSyncPoint());
InsertSyncPoint   111 content/common/gpu/client/command_buffer_proxy_impl.h   virtual uint32 InsertSyncPoint() OVERRIDE;
InsertSyncPoint   852 content/common/gpu/client/gl_helper.cc   return gpu::MailboxHolder(mailbox, GL_TEXTURE_2D, InsertSyncPoint());
InsertSyncPoint   244 content/common/gpu/client/gl_helper.h   uint32 InsertSyncPoint();
InsertSyncPoint   107 content/renderer/pepper/pepper_platform_context_3d.cc   sync_point_ = command_buffer_->InsertSyncPoint();
InsertSyncPoint   127 content/renderer/pepper/pepper_platform_context_3d.cc   sync_point_ = command_buffer_->InsertSyncPoint();
InsertSyncPoint   130 content/renderer/pepper/ppb_graphics_3d_impl.cc   return platform_context_->GetGpuControl()->InsertSyncPoint();
InsertSyncPoint    36 content/renderer/pepper/ppb_graphics_3d_impl.h   virtual uint32_t InsertSyncPoint() OVERRIDE;
InsertSyncPoint    98 gpu/command_buffer/client/client_test_helper.h   MOCK_METHOD0(InsertSyncPoint, uint32());
InsertSyncPoint  3901 gpu/command_buffer/client/gles2_implementation.cc   return gpu_control_->InsertSyncPoint();
InsertSyncPoint    41 gpu/command_buffer/common/command_buffer_mock.h   MOCK_METHOD0(InsertSyncPoint, uint32());
InsertSyncPoint    44 gpu/command_buffer/common/gpu_control.h   virtual uint32 InsertSyncPoint() = 0;
InsertSyncPoint    41 gpu/command_buffer/service/gpu_control_service.h   virtual uint32 InsertSyncPoint() OVERRIDE;
InsertSyncPoint   105 gpu/command_buffer/service/in_process_command_buffer.h   virtual uint32 InsertSyncPoint() OVERRIDE;
InsertSyncPoint    57 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual uint32_t InsertSyncPoint() OVERRIDE;
InsertSyncPoint    69 mojo/gles2/command_buffer_client_impl.h   virtual uint32 InsertSyncPoint() OVERRIDE;
InsertSyncPoint    52 ppapi/proxy/ppapi_command_buffer_proxy.h   virtual uint32 InsertSyncPoint() OVERRIDE;
InsertSyncPoint   332 ppapi/proxy/ppb_graphics_3d_proxy.cc     *sync_point = enter.object()->InsertSyncPoint();
InsertSyncPoint    48 ppapi/proxy/ppb_graphics_3d_proxy.h   virtual uint32_t InsertSyncPoint() OVERRIDE;
InsertSyncPoint    56 ppapi/thunk/ppb_graphics_3d_api.h   virtual uint32_t InsertSyncPoint() = 0;