sync_point        175 cc/layers/texture_layer.cc static void IgnoreReleaseCallback(uint32 sync_point, bool lost) {}
sync_point        184 cc/layers/texture_layer.cc          mailbox.sync_point() != holder_ref_->holder()->mailbox().sync_point());
sync_point        324 cc/layers/texture_layer.cc       sync_point_(mailbox.sync_point()),
sync_point        339 cc/layers/texture_layer.cc void TextureLayer::TextureMailboxHolder::Return(uint32 sync_point,
sync_point        342 cc/layers/texture_layer.cc   sync_point_ = sync_point;
sync_point        370 cc/layers/texture_layer.cc     uint32 sync_point,
sync_point        372 cc/layers/texture_layer.cc   Return(sync_point, is_lost);
sync_point         39 cc/layers/texture_layer.h     void Return(uint32 sync_point, bool is_lost);
sync_point         63 cc/layers/texture_layer.h     void ReturnAndReleaseOnImplThread(uint32 sync_point, bool is_lost);
sync_point        284 cc/layers/texture_layer_impl.cc       release_callback_->Run(texture_mailbox_.sync_point(), false);
sync_point         15 cc/layers/texture_layer_impl_unittest.cc void IgnoreCallback(uint32 sync_point, bool lost) {}
sync_point        105 cc/layers/texture_layer_unittest.cc                     uint32 sync_point,
sync_point        109 cc/layers/texture_layer_unittest.cc                     uint32 sync_point,
sync_point        869 cc/layers/texture_layer_unittest.cc   void ReleaseCallback(uint32 sync_point, bool lost_resource) {
sync_point       1093 cc/layers/texture_layer_unittest.cc   static void ReleaseCallback(uint32 sync_point, bool lost_resource) {}
sync_point       1753 cc/layers/texture_layer_unittest.cc   void MailboxReleased(uint32 sync_point, bool lost_resource) {
sync_point       1860 cc/layers/texture_layer_unittest.cc   void MailboxReleased(uint32 sync_point, bool lost_resource) {
sync_point       1997 cc/layers/texture_layer_unittest.cc   void MailboxReleased(unsigned sync_point, bool lost_resource) {
sync_point       2132 cc/layers/texture_layer_unittest.cc   void ReleaseCallback(uint32 sync_point, bool lost_resource) {
sync_point       2205 cc/layers/texture_layer_unittest.cc   void ReleaseCallback(uint32 sync_point, bool lost_resource) {
sync_point          9 cc/output/gl_frame_data.cc GLFrameData::GLFrameData() : sync_point(0) {}
sync_point         24 cc/output/gl_frame_data.h   uint32 sync_point;
sync_point       2272 cc/output/gl_renderer.cc       unsigned incoming_sync_point = request->texture_mailbox().sync_point();
sync_point       2296 cc/output/gl_renderer.cc     unsigned sync_point = gl_->InsertSyncPointCHROMIUM();
sync_point       2297 cc/output/gl_renderer.cc     TextureMailbox texture_mailbox(mailbox, GL_TEXTURE_2D, sync_point);
sync_point       1782 cc/output/gl_renderer_unittest.cc   uint32 sync_point = gl->InsertSyncPointCHROMIUM();
sync_point       1788 cc/output/gl_renderer_unittest.cc       sync_point, base::Bind(&SyncPointCallback, &sync_point_callback_count));
sync_point       1814 cc/output/gl_renderer_unittest.cc   uint32 sync_point = gl->InsertSyncPointCHROMIUM();
sync_point       1817 cc/output/gl_renderer_unittest.cc       sync_point, base::Bind(&SyncPointCallback, &sync_point_callback_count));
sync_point         34 cc/output/overlay_unittest.cc void MailboxReleased(unsigned sync_point, bool lost_resource) {}
sync_point        122 cc/output/overlay_unittest.cc   unsigned sync_point = 0;
sync_point        124 cc/output/overlay_unittest.cc       TextureMailbox(gpu::Mailbox::Generate(), GL_TEXTURE_2D, sync_point);
sync_point         12 cc/resources/release_callback.h typedef base::Callback<void(uint32 sync_point, bool is_lost)> ReleaseCallback;
sync_point        848 cc/resources/resource_provider.cc     GLuint sync_point = resource->mailbox.sync_point();
sync_point        858 cc/resources/resource_provider.cc           sync_point = gl->InsertSyncPointCHROMIUM();
sync_point        870 cc/resources/resource_provider.cc     resource->release_callback.Run(sync_point, lost_resource);
sync_point       1059 cc/resources/resource_provider.cc     if (resource->mailbox.sync_point()) {
sync_point       1060 cc/resources/resource_provider.cc       GLC(gl, gl->WaitSyncPointCHROMIUM(resource->mailbox.sync_point()));
sync_point       1368 cc/resources/resource_provider.cc     if (!resource.mailbox_holder.sync_point && !resource.is_software)
sync_point       1374 cc/resources/resource_provider.cc     GLuint sync_point = gl->InsertSyncPointCHROMIUM();
sync_point       1378 cc/resources/resource_provider.cc       if (!it->mailbox_holder.sync_point)
sync_point       1379 cc/resources/resource_provider.cc         it->mailbox_holder.sync_point = sync_point;
sync_point       1431 cc/resources/resource_provider.cc                                         it->mailbox_holder.sync_point);
sync_point       1534 cc/resources/resource_provider.cc     if (returned.sync_point) {
sync_point       1538 cc/resources/resource_provider.cc         GLC(gl, gl->WaitSyncPointCHROMIUM(returned.sync_point));
sync_point       1543 cc/resources/resource_provider.cc         resource->mailbox.set_sync_point(returned.sync_point);
sync_point       1636 cc/resources/resource_provider.cc     resource->mailbox_holder.sync_point = source->mailbox.sync_point();
sync_point       1701 cc/resources/resource_provider.cc     returned.sync_point = resource.mailbox.sync_point();
sync_point       1702 cc/resources/resource_provider.cc     if (!returned.sync_point && resource.type == GLTexture)
sync_point       1715 cc/resources/resource_provider.cc     GLuint sync_point = gl->InsertSyncPointCHROMIUM();
sync_point       1717 cc/resources/resource_provider.cc       if (!to_return[i].sync_point)
sync_point       1718 cc/resources/resource_provider.cc         to_return[i].sync_point = sync_point;
sync_point         42 cc/resources/resource_provider_unittest.cc static void EmptyReleaseCallback(uint32 sync_point, bool lost_resource) {}
sync_point         45 cc/resources/resource_provider_unittest.cc                                         uint32 sync_point,
sync_point         50 cc/resources/resource_provider_unittest.cc                                   uint32 sync_point,
sync_point         52 cc/resources/resource_provider_unittest.cc   *release_sync_point = sync_point;
sync_point         61 cc/resources/resource_provider_unittest.cc     uint32 sync_point,
sync_point         64 cc/resources/resource_provider_unittest.cc   *release_sync_point = sync_point;
sync_point         83 cc/resources/resource_provider_unittest.cc   MOCK_METHOD1(waitSyncPoint, void(GLuint sync_point));
sync_point        116 cc/resources/resource_provider_unittest.cc                       uint32 sync_point,
sync_point        122 cc/resources/resource_provider_unittest.cc     ASSERT_LT(sync_point_for_mailbox_[mailbox], sync_point);
sync_point        123 cc/resources/resource_provider_unittest.cc     sync_point_for_mailbox_[mailbox] = sync_point;
sync_point        127 cc/resources/resource_provider_unittest.cc                                             uint32 sync_point) {
sync_point        135 cc/resources/resource_provider_unittest.cc     if (sync_point_for_mailbox_[mailbox] > sync_point) {
sync_point        160 cc/resources/resource_provider_unittest.cc     uint32 sync_point = shared_data_->InsertSyncPoint();
sync_point        168 cc/resources/resource_provider_unittest.cc           (*it)->mailbox, sync_point, (*it)->texture);
sync_point        171 cc/resources/resource_provider_unittest.cc     return sync_point;
sync_point        174 cc/resources/resource_provider_unittest.cc   virtual void waitSyncPoint(GLuint sync_point) OVERRIDE {
sync_point        175 cc/resources/resource_provider_unittest.cc     last_waited_sync_point_ = std::max(sync_point, last_waited_sync_point_);
sync_point        436 cc/resources/resource_provider_unittest.cc                                                   uint32* sync_point) {
sync_point        443 cc/resources/resource_provider_unittest.cc       *sync_point = child_context_->insertSyncPoint();
sync_point        444 cc/resources/resource_provider_unittest.cc       EXPECT_LT(0u, *sync_point);
sync_point        454 cc/resources/resource_provider_unittest.cc           TextureMailbox(gpu_mailbox, GL_TEXTURE_2D, *sync_point),
sync_point        641 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point        642 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point        643 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(list[0].mailbox_holder.sync_point,
sync_point        644 cc/resources/resource_provider_unittest.cc               list[1].mailbox_holder.sync_point);
sync_point        645 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[2].mailbox_holder.sync_point);
sync_point        646 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(list[0].mailbox_holder.sync_point,
sync_point        647 cc/resources/resource_provider_unittest.cc               list[2].mailbox_holder.sync_point);
sync_point        648 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(external_sync_point, list[3].mailbox_holder.sync_point);
sync_point        662 cc/resources/resource_provider_unittest.cc     EXPECT_NE(list[0].mailbox_holder.sync_point,
sync_point        668 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(list[0].mailbox_holder.sync_point,
sync_point        737 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point        738 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, returned_to_child[1].sync_point);
sync_point        739 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, returned_to_child[2].sync_point);
sync_point        740 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, returned_to_child[3].sync_point);
sync_point        790 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point        791 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point        792 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[2].mailbox_holder.sync_point);
sync_point        793 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[3].mailbox_holder.sync_point);
sync_point        818 cc/resources/resource_provider_unittest.cc   EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point        819 cc/resources/resource_provider_unittest.cc   EXPECT_NE(0u, returned_to_child[1].sync_point);
sync_point        820 cc/resources/resource_provider_unittest.cc   EXPECT_NE(0u, returned_to_child[2].sync_point);
sync_point        821 cc/resources/resource_provider_unittest.cc   EXPECT_NE(0u, returned_to_child[3].sync_point);
sync_point        929 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, list[0].mailbox_holder.sync_point);
sync_point        930 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, list[1].mailbox_holder.sync_point);
sync_point        931 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, list[2].mailbox_holder.sync_point);
sync_point        932 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, list[3].mailbox_holder.sync_point);
sync_point       1003 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, returned_to_child[0].sync_point);
sync_point       1004 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, returned_to_child[1].sync_point);
sync_point       1005 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, returned_to_child[2].sync_point);
sync_point       1006 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(0u, returned_to_child[3].sync_point);
sync_point       1083 cc/resources/resource_provider_unittest.cc   EXPECT_EQ(0u, returned_to_child[0].sync_point);
sync_point       1084 cc/resources/resource_provider_unittest.cc   EXPECT_EQ(0u, returned_to_child[1].sync_point);
sync_point       1085 cc/resources/resource_provider_unittest.cc   EXPECT_EQ(0u, returned_to_child[2].sync_point);
sync_point       1086 cc/resources/resource_provider_unittest.cc   EXPECT_EQ(0u, returned_to_child[3].sync_point);
sync_point       1138 cc/resources/resource_provider_unittest.cc     EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1241 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1242 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point       1271 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1272 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point       1297 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point       1298 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, returned_to_child[1].sync_point);
sync_point       1335 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1336 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point       1365 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1366 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[1].mailbox_holder.sync_point);
sync_point       1400 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point       1410 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point       1440 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, list[0].mailbox_holder.sync_point);
sync_point       1460 cc/resources/resource_provider_unittest.cc       EXPECT_NE(0u, returned_to_child[0].sync_point);
sync_point       1770 cc/resources/resource_provider_unittest.cc   uint32 sync_point = context()->insertSyncPoint();
sync_point       1773 cc/resources/resource_provider_unittest.cc   EXPECT_LT(0u, sync_point);
sync_point       1781 cc/resources/resource_provider_unittest.cc           TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point),
sync_point       1792 cc/resources/resource_provider_unittest.cc     EXPECT_LE(sync_point, list[0].mailbox_holder.sync_point);
sync_point       1799 cc/resources/resource_provider_unittest.cc     context()->waitSyncPoint(list[0].mailbox_holder.sync_point);
sync_point       1809 cc/resources/resource_provider_unittest.cc     list[0].mailbox_holder.sync_point = context()->insertSyncPoint();
sync_point       1810 cc/resources/resource_provider_unittest.cc     EXPECT_LT(0u, list[0].mailbox_holder.sync_point);
sync_point       1821 cc/resources/resource_provider_unittest.cc     EXPECT_LE(list[0].mailbox_holder.sync_point, release_sync_point);
sync_point       1827 cc/resources/resource_provider_unittest.cc   sync_point = release_sync_point;
sync_point       1828 cc/resources/resource_provider_unittest.cc   EXPECT_LT(0u, sync_point);
sync_point       1831 cc/resources/resource_provider_unittest.cc       TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point),
sync_point       1842 cc/resources/resource_provider_unittest.cc     EXPECT_LE(sync_point, list[0].mailbox_holder.sync_point);
sync_point       1849 cc/resources/resource_provider_unittest.cc     context()->waitSyncPoint(list[0].mailbox_holder.sync_point);
sync_point       1859 cc/resources/resource_provider_unittest.cc     list[0].mailbox_holder.sync_point = context()->insertSyncPoint();
sync_point       1860 cc/resources/resource_provider_unittest.cc     EXPECT_LT(0u, list[0].mailbox_holder.sync_point);
sync_point       1872 cc/resources/resource_provider_unittest.cc     EXPECT_LE(list[0].mailbox_holder.sync_point, release_sync_point);
sync_point       2015 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 0;
sync_point       2017 cc/resources/resource_provider_unittest.cc       &release_sync_point, &lost_resource, &release_called, &sync_point);
sync_point       2065 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 0;
sync_point       2067 cc/resources/resource_provider_unittest.cc       &release_sync_point, &lost_resource, &release_called, &sync_point);
sync_point       2133 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 0;
sync_point       2135 cc/resources/resource_provider_unittest.cc       &release_sync_point, &lost_resource, &release_called, &sync_point);
sync_point       2143 cc/resources/resource_provider_unittest.cc     EXPECT_LE(sync_point, release_sync_point);
sync_point       2153 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 0;
sync_point       2155 cc/resources/resource_provider_unittest.cc       &release_sync_point, &lost_resource, &release_called, &sync_point);
sync_point       2183 cc/resources/resource_provider_unittest.cc   uint32 sync_point = context()->insertSyncPoint();
sync_point       2185 cc/resources/resource_provider_unittest.cc   EXPECT_LT(0u, sync_point);
sync_point       2192 cc/resources/resource_provider_unittest.cc       TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point), callback.Pass());
sync_point       2200 cc/resources/resource_provider_unittest.cc   EXPECT_LE(sync_point, release_sync_point);
sync_point       2441 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 30;
sync_point       2455 cc/resources/resource_provider_unittest.cc   TextureMailbox mailbox(gpu_mailbox, target, sync_point);
sync_point       2467 cc/resources/resource_provider_unittest.cc     EXPECT_CALL(*context, waitSyncPoint(sync_point));
sync_point       2505 cc/resources/resource_provider_unittest.cc   uint32 sync_point = 30;
sync_point       2519 cc/resources/resource_provider_unittest.cc   TextureMailbox mailbox(gpu_mailbox, target, sync_point);
sync_point       2531 cc/resources/resource_provider_unittest.cc     EXPECT_CALL(*context, waitSyncPoint(sync_point));
sync_point         16 cc/resources/returned_resource.h   ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
sync_point         18 cc/resources/returned_resource.h   unsigned sync_point;
sync_point         23 cc/resources/single_release_callback.cc void SingleReleaseCallback::Run(uint32 sync_point, bool is_lost) {
sync_point         26 cc/resources/single_release_callback.cc   callback_.Run(sync_point, is_lost);
sync_point         22 cc/resources/single_release_callback.h   void Run(uint32 sync_point, bool is_lost);
sync_point         21 cc/resources/texture_mailbox.cc                                uint32 sync_point)
sync_point         22 cc/resources/texture_mailbox.cc     : mailbox_holder_(mailbox, target, sync_point),
sync_point         25 cc/resources/texture_mailbox.h   TextureMailbox(const gpu::Mailbox& mailbox, uint32 target, uint32 sync_point);
sync_point         39 cc/resources/texture_mailbox.h   uint32 sync_point() const { return mailbox_holder_.sync_point; }
sync_point         40 cc/resources/texture_mailbox.h   void set_sync_point(int32 sync_point) {
sync_point         41 cc/resources/texture_mailbox.h     mailbox_holder_.sync_point = sync_point;
sync_point         20 cc/resources/texture_mailbox_deleter.cc     uint32 sync_point,
sync_point         22 cc/resources/texture_mailbox_deleter.cc   if (sync_point)
sync_point         23 cc/resources/texture_mailbox_deleter.cc     context_provider->ContextGL()->WaitSyncPointCHROMIUM(sync_point);
sync_point         30 cc/resources/texture_mailbox_deleter.cc     unsigned sync_point,
sync_point         34 cc/resources/texture_mailbox_deleter.cc       FROM_HERE, base::Bind(run_impl_callback, sync_point, is_lost));
sync_point         77 cc/resources/texture_mailbox_deleter.cc     unsigned sync_point,
sync_point         82 cc/resources/texture_mailbox_deleter.cc       impl_callbacks_.at(i)->Run(sync_point, is_lost);
sync_point         41 cc/resources/texture_mailbox_deleter.h                                     uint32 sync_point,
sync_point         23 cc/resources/transferable_resource.cc   returned.sync_point = mailbox_holder.sync_point;
sync_point        283 cc/resources/video_resource_updater.cc                           uint32 sync_point,
sync_point        285 cc/resources/video_resource_updater.cc   frame->mailbox_holder()->sync_point = sync_point;
sync_point        320 cc/resources/video_resource_updater.cc                      mailbox_holder->sync_point));
sync_point        330 cc/resources/video_resource_updater.cc     uint32 sync_point,
sync_point        338 cc/resources/video_resource_updater.cc   if (context_provider && sync_point) {
sync_point        340 cc/resources/video_resource_updater.cc         context_provider->ContextGL()->WaitSyncPointCHROMIUM(sync_point));
sync_point        107 cc/resources/video_resource_updater.h                               uint32 sync_point,
sync_point        237 cc/test/layer_tree_pixel_test.cc   if (texture_mailbox.sync_point())
sync_point        238 cc/test/layer_tree_pixel_test.cc     gl->WaitSyncPointCHROMIUM(texture_mailbox.sync_point());
sync_point        295 cc/test/layer_tree_pixel_test.cc     uint32 sync_point,
sync_point        298 cc/test/layer_tree_pixel_test.cc   if (sync_point)
sync_point        299 cc/test/layer_tree_pixel_test.cc     gl->WaitSyncPointCHROMIUM(sync_point);
sync_point        361 cc/test/layer_tree_pixel_test.cc   uint32 sync_point = gl->InsertSyncPointCHROMIUM();
sync_point        363 cc/test/layer_tree_pixel_test.cc   *texture_mailbox = TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point);
sync_point         89 cc/test/layer_tree_pixel_test.h                              uint32 sync_point,
sync_point         19 cc/test/test_context_support.cc void TestContextSupport::SignalSyncPoint(uint32 sync_point,
sync_point         21 cc/test/test_context_support.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        324 cc/test/test_gles2_interface.cc void TestGLES2Interface::WaitSyncPointCHROMIUM(GLuint sync_point) {
sync_point        325 cc/test/test_gles2_interface.cc   test_context_->waitSyncPoint(sync_point);
sync_point        147 cc/test/test_gles2_interface.h   virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
sync_point        593 cc/test/test_web_graphics_context_3d.cc void TestWebGraphicsContext3D::waitSyncPoint(unsigned sync_point) {
sync_point        594 cc/test/test_web_graphics_context_3d.cc   if (sync_point)
sync_point        595 cc/test/test_web_graphics_context_3d.cc     last_waited_sync_point_ = sync_point;
sync_point        251 cc/test/test_web_graphics_context_3d.h   virtual void waitSyncPoint(unsigned sync_point);
sync_point        251 cc/trees/layer_tree_host_perftest.cc static void EmptyReleaseCallback(uint32 sync_point, bool lost_resource) {}
sync_point        942 cc/trees/layer_tree_host_unittest_context.cc   static void EmptyReleaseCallback(unsigned sync_point, bool lost) {}
sync_point        984 cc/trees/layer_tree_host_unittest_context.cc     GLuint sync_point = gl->InsertSyncPointCHROMIUM();
sync_point       1009 cc/trees/layer_tree_host_unittest_context.cc         TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point),
sync_point       1052 cc/trees/layer_tree_host_unittest_context.cc                                           mailbox, GL_TEXTURE_2D, sync_point)),
sync_point       1061 cc/trees/layer_tree_host_unittest_context.cc                                           mailbox, GL_TEXTURE_2D, sync_point)),
sync_point       1185 content/browser/browser_plugin/browser_plugin_guest.cc     uint32 sync_point) {
sync_point       1188 content/browser/browser_plugin/browser_plugin_guest.cc   ack_params.sync_point = sync_point;
sync_point       1640 content/browser/browser_plugin/browser_plugin_guest.cc                            params.mailbox, params.sync_point);
sync_point        304 content/browser/browser_plugin/browser_plugin_guest.h                                        uint32 sync_point);
sync_point        225 content/browser/browser_plugin/browser_plugin_guest_manager.cc                                                params.sync_point);
sync_point         25 content/browser/compositor/owned_mailbox.cc void OwnedMailbox::UpdateSyncPoint(uint32 sync_point) {
sync_point         26 content/browser/compositor/owned_mailbox.cc   if (sync_point)
sync_point         27 content/browser/compositor/owned_mailbox.cc     mailbox_holder_.sync_point = sync_point;
sync_point         32 content/browser/compositor/owned_mailbox.cc   gl_helper_->WaitSyncPoint(mailbox_holder_.sync_point);
sync_point         28 content/browser/compositor/owned_mailbox.h   uint32 sync_point() const { return mailbox_holder_.sync_point; }
sync_point         29 content/browser/compositor/owned_mailbox.h   void UpdateSyncPoint(uint32 sync_point);
sync_point        101 content/browser/frame_host/cross_process_frame_connector.cc   ack_params.sync_point = params.sync_point;
sync_point        295 content/browser/gpu/browser_gpu_channel_host_factory.cc     int32 image_id, int32 sync_point) {
sync_point        301 content/browser/gpu/browser_gpu_channel_host_factory.cc   host->DeleteImage(gpu_client_id_, image_id, sync_point);
sync_point        305 content/browser/gpu/browser_gpu_channel_host_factory.cc     int32 image_id, int32 sync_point) {
sync_point        311 content/browser/gpu/browser_gpu_channel_host_factory.cc         sync_point));
sync_point         39 content/browser/gpu/browser_gpu_channel_host_factory.h   virtual void DeleteImage(int32 image_idu, int32 sync_point) OVERRIDE;
sync_point        122 content/browser/gpu/browser_gpu_channel_host_factory.h   void DeleteImageOnIO(int32 image_id, int32 sync_point);
sync_point        110 content/browser/gpu/gpu_process_host.cc       ack_params.sync_point = 0;
sync_point        756 content/browser/gpu/gpu_process_host.cc                                  int sync_point) {
sync_point        761 content/browser/gpu/gpu_process_host.cc   Send(new GpuMsg_DeleteImage(client_id, image_id, sync_point));
sync_point        125 content/browser/gpu/gpu_process_host.h   void DeleteImage(int client_id, int image_id, int sync_point);
sync_point        277 content/browser/gpu/gpu_process_host_ui_shim.cc   ack_params.sync_point = 0;
sync_point        319 content/browser/gpu/gpu_process_host_ui_shim.cc   ack_params.sync_point = 0;
sync_point        344 content/browser/media/capture/desktop_capture_device_aura.cc       texture_mailbox.sync_point(),
sync_point         42 content/browser/renderer_host/image_transport_factory_android.cc   virtual void WaitSyncPoint(uint32_t sync_point) OVERRIDE;
sync_point        113 content/browser/renderer_host/image_transport_factory_android.cc void CmdBufferImageTransportFactory::WaitSyncPoint(uint32_t sync_point) {
sync_point        118 content/browser/renderer_host/image_transport_factory_android.cc   context_->waitSyncPoint(sync_point);
sync_point         38 content/browser/renderer_host/image_transport_factory_android.h   virtual void WaitSyncPoint(uint32_t sync_point) = 0;
sync_point        254 content/browser/renderer_host/media/video_capture_controller.cc     uint32 sync_point) {
sync_point        271 content/browser/renderer_host/media/video_capture_controller.cc     frame->mailbox_holder()->sync_point = sync_point;
sync_point        109 content/browser/renderer_host/media/video_capture_controller.h                     uint32 sync_point);
sync_point         82 content/browser/renderer_host/media/video_capture_controller_unittest.cc     const uint32 new_sync_point = ~mailbox_holder.sync_point;
sync_point        267 content/browser/renderer_host/media/video_capture_controller_unittest.cc   *sync_value = mailbox_holder->sync_point;
sync_point        300 content/browser/renderer_host/media/video_capture_host.cc                                             uint32 sync_point) {
sync_point        308 content/browser/renderer_host/media/video_capture_host.cc       controller->ReturnBuffer(controller_id, this, buffer_id, sync_point);
sync_point        128 content/browser/renderer_host/media/video_capture_host.h   void OnReceiveEmptyBuffer(int device_id, int buffer_id, uint32 sync_point);
sync_point        253 content/browser/renderer_host/media/video_capture_host_unittest.cc           device_id, buffer_id, mailbox_holder.sync_point);
sync_point       2111 content/browser/renderer_host/render_process_host_impl.cc   ack_params.sync_point = 0;
sync_point       1547 content/browser/renderer_host/render_widget_host_impl.cc     ack_params.sync_point = 0;
sync_point       1590 content/browser/renderer_host/render_widget_host_impl.cc       ack.gl_frame_data->sync_point = 0;
sync_point       1337 content/browser/renderer_host/render_widget_host_view_android.cc       texture_mailbox.sync_point(),
sync_point        345 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.gl_frame_data->sync_point =
sync_point        365 content/browser/renderer_host/render_widget_host_view_aura.cc   uint32 sync_point = 0;
sync_point        370 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper ? gl_helper->InsertSyncPoint() : 0;
sync_point        373 content/browser/renderer_host/render_widget_host_view_aura.cc     ack.sync_point = 0;
sync_point        376 content/browser/renderer_host/render_widget_host_view_aura.cc   ack.sync_point = sync_point;
sync_point       1188 content/browser/renderer_host/render_widget_host_view_aura.cc                            subscriber_texture->sync_point()));
sync_point       1610 content/browser/renderer_host/render_widget_host_view_aura.cc   if (!frame->gl_frame_data->sync_point) {
sync_point       1617 content/browser/renderer_host/render_widget_host_view_aura.cc   gl_helper->WaitSyncPoint(frame->gl_frame_data->sync_point);
sync_point       1799 content/browser/renderer_host/render_widget_host_view_aura.cc   uint32 sync_point = 0;
sync_point       1802 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper->InsertSyncPoint();
sync_point       1804 content/browser/renderer_host/render_widget_host_view_aura.cc   bool lost_resource = sync_point == 0;
sync_point       1805 content/browser/renderer_host/render_widget_host_view_aura.cc   release_callback->Run(sync_point, lost_resource);
sync_point       1847 content/browser/renderer_host/render_widget_host_view_aura.cc       texture_mailbox.sync_point(),
sync_point       1894 content/browser/renderer_host/render_widget_host_view_aura.cc     uint32 sync_point) {
sync_point       1903 content/browser/renderer_host/render_widget_host_view_aura.cc   subscriber_texture->UpdateSyncPoint(sync_point);
sync_point       1918 content/browser/renderer_host/render_widget_host_view_aura.cc   uint32 sync_point = 0;
sync_point       1921 content/browser/renderer_host/render_widget_host_view_aura.cc     sync_point = gl_helper->InsertSyncPoint();
sync_point       1927 content/browser/renderer_host/render_widget_host_view_aura.cc     bool lost_resource = sync_point == 0;
sync_point       1928 content/browser/renderer_host/render_widget_host_view_aura.cc     release_callback->Run(sync_point, lost_resource);
sync_point       1930 content/browser/renderer_host/render_widget_host_view_aura.cc   ReturnSubscriberTexture(rwhva, subscriber_texture, sync_point);
sync_point       2055 content/browser/renderer_host/render_widget_host_view_aura.cc                                      texture_mailbox.sync_point(),
sync_point        515 content/browser/renderer_host/render_widget_host_view_aura.h       uint32 sync_point);
sync_point        177 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc           last_copy_request_->texture_mailbox().sync_point());
sync_point        853 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   DCHECK(owned_mailbox->sync_point());
sync_point        854 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   frame->gl_frame_data->sync_point = owned_mailbox->sync_point();
sync_point       1081 content/browser/renderer_host/render_widget_host_view_gtk.cc   ack_params.sync_point = 0;
sync_point       1091 content/browser/renderer_host/render_widget_host_view_gtk.cc   ack_params.sync_point = 0;
sync_point         17 content/browser/renderer_host/software_frame_manager.cc                     uint32 sync_point,
sync_point        246 content/common/cc_messages.h   IPC_STRUCT_TRAITS_MEMBER(sync_point)
sync_point        273 content/common/cc_messages.h   IPC_STRUCT_TRAITS_MEMBER(sync_point)
sync_point        215 content/common/cc_messages_unittest.cc     EXPECT_EQ(a.mailbox_holder.sync_point, b.mailbox_holder.sync_point);
sync_point        667 content/common/cc_messages_unittest.cc   arbitrary_resource1.mailbox_holder.sync_point = arbitrary_uint1;
sync_point        676 content/common/cc_messages_unittest.cc   arbitrary_resource2.mailbox_holder.sync_point = arbitrary_uint2;
sync_point         44 content/common/frame_param_macros.h   IPC_STRUCT_MEMBER(uint32, sync_point)
sync_point        396 content/common/gpu/client/command_buffer_proxy_impl.cc   uint32 sync_point = 0;
sync_point        397 content/common/gpu/client/command_buffer_proxy_impl.cc   Send(new GpuCommandBufferMsg_InsertSyncPoint(route_id_, &sync_point));
sync_point        398 content/common/gpu/client/command_buffer_proxy_impl.cc   return sync_point;
sync_point        401 content/common/gpu/client/command_buffer_proxy_impl.cc void CommandBufferProxyImpl::SignalSyncPoint(uint32 sync_point,
sync_point        408 content/common/gpu/client/command_buffer_proxy_impl.cc                                                     sync_point,
sync_point        112 content/common/gpu/client/command_buffer_proxy_impl.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        134 content/common/gpu/client/gl_helper.cc                                  uint32 sync_point) {
sync_point        135 content/common/gpu/client/gl_helper.cc     return helper_->ConsumeMailboxToTexture(mailbox, sync_point);
sync_point        247 content/common/gpu/client/gl_helper.cc                              uint32 sync_point,
sync_point        285 content/common/gpu/client/gl_helper.cc                              uint32 sync_point,
sync_point        701 content/common/gpu/client/gl_helper.cc     uint32 sync_point,
sync_point        708 content/common/gpu/client/gl_helper.cc   GLuint mailbox_texture = ConsumeMailboxToTexture(src_mailbox, sync_point);
sync_point        842 content/common/gpu/client/gl_helper.cc void GLHelper::WaitSyncPoint(uint32 sync_point) {
sync_point        843 content/common/gpu/client/gl_helper.cc   gl_->WaitSyncPointCHROMIUM(sync_point);
sync_point        856 content/common/gpu/client/gl_helper.cc                                          uint32 sync_point) {
sync_point        859 content/common/gpu/client/gl_helper.cc   if (sync_point)
sync_point        860 content/common/gpu/client/gl_helper.cc     WaitSyncPoint(sync_point);
sync_point       1006 content/common/gpu/client/gl_helper.cc     uint32 sync_point,
sync_point       1010 content/common/gpu/client/gl_helper.cc       copy_impl_->ConsumeMailboxToTexture(mailbox, sync_point);
sync_point       1130 content/common/gpu/client/gl_helper.cc     uint32 sync_point,
sync_point       1134 content/common/gpu/client/gl_helper.cc       copy_impl_->ConsumeMailboxToTexture(mailbox, sync_point);
sync_point        189 content/common/gpu/client/gl_helper.h       uint32 sync_point,
sync_point        246 content/common/gpu/client/gl_helper.h   void WaitSyncPoint(uint32 sync_point);
sync_point        257 content/common/gpu/client/gl_helper.h                                  uint32 sync_point);
sync_point        361 content/common/gpu/client/gl_helper.h                            uint32 sync_point,
sync_point       1136 content/common/gpu/client/gl_helper_unittest.cc     uint32 sync_point = context_->insertSyncPoint();
sync_point       1179 content/common/gpu/client/gl_helper_unittest.cc                             sync_point,
sync_point         77 content/common/gpu/client/gpu_channel_host.h   virtual void DeleteImage(int32 image_id, int32 sync_point) = 0;
sync_point         25 content/common/gpu/client/gpu_context_tests.h   void TestSignalSyncPoint(unsigned sync_point) {
sync_point         27 content/common/gpu/client/gpu_context_tests.h     context_support_->SignalSyncPoint(sync_point, run_loop.QuitClosure());
sync_point        172 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void waitSyncPoint(unsigned int sync_point);
sync_point        117 content/common/gpu/gpu_channel.cc       uint32 sync_point = sync_point_manager_->GenerateSyncPoint();
sync_point        119 content/common/gpu/gpu_channel.cc       GpuCommandBufferMsg_InsertSyncPoint::WriteReplyParams(reply, sync_point);
sync_point        126 content/common/gpu/gpu_channel.cc           sync_point));
sync_point        343 content/common/gpu/gpu_channel.cc       uint32 sync_point) {
sync_point        353 content/common/gpu/gpu_channel.cc         stub->AddSyncPoint(sync_point);
sync_point        354 content/common/gpu/gpu_channel.cc         GpuCommandBufferMsg_RetireSyncPoint message(routing_id, sync_point);
sync_point        361 content/common/gpu/gpu_channel.cc     manager->RetireSyncPoint(sync_point);
sync_point         25 content/common/gpu/gpu_channel_manager.cc     int32 sync_point, base::Closure callback)
sync_point         26 content/common/gpu/gpu_channel_manager.cc     : sync_point(sync_point),
sync_point        222 content/common/gpu/gpu_channel_manager.cc     int32 client_id, int32 image_id, int32 sync_point) {
sync_point        225 content/common/gpu/gpu_channel_manager.cc   if (!sync_point && image_operations_.empty()) {
sync_point        229 content/common/gpu/gpu_channel_manager.cc         new ImageOperation(sync_point,
sync_point        234 content/common/gpu/gpu_channel_manager.cc     if (sync_point) {
sync_point        236 content/common/gpu/gpu_channel_manager.cc           sync_point,
sync_point        247 content/common/gpu/gpu_channel_manager.cc   image_operation->sync_point = 0;
sync_point        252 content/common/gpu/gpu_channel_manager.cc     if (image_operations_.front()->sync_point)
sync_point        102 content/common/gpu/gpu_channel_manager.h     ImageOperation(int32 sync_point, base::Closure callback);
sync_point        105 content/common/gpu/gpu_channel_manager.h     int32 sync_point;
sync_point        126 content/common/gpu/gpu_channel_manager.h   void OnDeleteImage(int32 client_id, int32 image_id, int32 sync_point);
sync_point        775 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::AddSyncPoint(uint32 sync_point) {
sync_point        776 content/common/gpu/gpu_command_buffer_stub.cc   sync_points_.push_back(sync_point);
sync_point        779 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnRetireSyncPoint(uint32 sync_point) {
sync_point        780 content/common/gpu/gpu_command_buffer_stub.cc   DCHECK(!sync_points_.empty() && sync_points_.front() == sync_point);
sync_point        785 content/common/gpu/gpu_command_buffer_stub.cc   manager->sync_point_manager()->RetireSyncPoint(sync_point);
sync_point        788 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::OnWaitSyncPoint(uint32 sync_point) {
sync_point        789 content/common/gpu/gpu_command_buffer_stub.cc   if (!sync_point)
sync_point        792 content/common/gpu/gpu_command_buffer_stub.cc   if (manager->sync_point_manager()->IsSyncPointRetired(sync_point))
sync_point        802 content/common/gpu/gpu_command_buffer_stub.cc       sync_point,
sync_point        817 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSignalSyncPoint(uint32 sync_point, uint32 id) {
sync_point        820 content/common/gpu/gpu_command_buffer_stub.cc       sync_point,
sync_point        139 content/common/gpu/gpu_command_buffer_stub.h   void AddSyncPoint(uint32 sync_point);
sync_point        185 content/common/gpu/gpu_command_buffer_stub.h   void OnRetireSyncPoint(uint32 sync_point);
sync_point        186 content/common/gpu/gpu_command_buffer_stub.h   bool OnWaitSyncPoint(uint32 sync_point);
sync_point        188 content/common/gpu/gpu_command_buffer_stub.h   void OnSignalSyncPoint(uint32 sync_point, uint32 id);
sync_point         99 content/common/gpu/gpu_messages.h   IPC_STRUCT_MEMBER(uint32, sync_point)
sync_point         20 content/common/gpu/sync_point_manager.cc   uint32 sync_point = next_sync_point_++;
sync_point         27 content/common/gpu/sync_point_manager.cc   CHECK(sync_point_map_.find(sync_point) == sync_point_map_.end());
sync_point         28 content/common/gpu/sync_point_manager.cc   sync_point_map_.insert(std::make_pair(sync_point, ClosureList()));
sync_point         29 content/common/gpu/sync_point_manager.cc   return sync_point;
sync_point         32 content/common/gpu/sync_point_manager.cc void SyncPointManager::RetireSyncPoint(uint32 sync_point) {
sync_point         37 content/common/gpu/sync_point_manager.cc     SyncPointMap::iterator it = sync_point_map_.find(sync_point);
sync_point         46 content/common/gpu/sync_point_manager.cc void SyncPointManager::AddSyncPointCallback(uint32 sync_point,
sync_point         51 content/common/gpu/sync_point_manager.cc     SyncPointMap::iterator it = sync_point_map_.find(sync_point);
sync_point         60 content/common/gpu/sync_point_manager.cc bool SyncPointManager::IsSyncPointRetired(uint32 sync_point) {
sync_point         64 content/common/gpu/sync_point_manager.cc     SyncPointMap::iterator it = sync_point_map_.find(sync_point);
sync_point         30 content/common/gpu/sync_point_manager.h   void RetireSyncPoint(uint32 sync_point);
sync_point         36 content/common/gpu/sync_point_manager.h   void AddSyncPointCallback(uint32 sync_point, const base::Closure& callback);
sync_point         38 content/common/gpu/sync_point_manager.h   bool IsSyncPointRetired(uint32 sync_point);
sync_point        295 content/common/gpu/texture_image_transport_surface.cc   if (params.sync_point == 0) {
sync_point        299 content/common/gpu/texture_image_transport_surface.cc         params.sync_point,
sync_point        219 content/renderer/child_frame_compositing_helper.cc                                                   uint32 sync_point,
sync_point        253 content/renderer/child_frame_compositing_helper.cc       params.sync_point = sync_point;
sync_point        265 content/renderer/child_frame_compositing_helper.cc       params.ack.gl_frame_data->sync_point = sync_point;
sync_point        300 content/renderer/child_frame_compositing_helper.cc     uint32 sync_point,
sync_point        319 content/renderer/child_frame_compositing_helper.cc     MailboxReleased(mailbox, sync_point, false);
sync_point        367 content/renderer/child_frame_compositing_helper.cc           cc::TextureMailbox(mailbox.name, GL_TEXTURE_2D, sync_point);
sync_point        408 content/renderer/child_frame_compositing_helper.cc                             frame->gl_frame_data->sync_point,
sync_point        131 content/renderer/child_frame_compositing_helper.h                                unsigned sync_point,
sync_point        134 content/renderer/child_frame_compositing_helper.h                        unsigned sync_point,
sync_point         65 content/renderer/gpu/mailbox_output_surface.cc         if (current_backing_.sync_point)
sync_point         66 content/renderer/gpu/mailbox_output_surface.cc           gl->WaitSyncPointCHROMIUM(current_backing_.sync_point);
sync_point        170 content/renderer/gpu/mailbox_output_surface.cc     it->sync_point = ack.gl_frame_data->sync_point;
sync_point        202 content/renderer/gpu/mailbox_output_surface.cc   frame->gl_frame_data->sync_point =
sync_point         50 content/renderer/gpu/mailbox_output_surface.h     TransferableFrame() : texture_id(0), sync_point(0) {}
sync_point         55 content/renderer/gpu/mailbox_output_surface.h         : texture_id(texture_id), mailbox(mailbox), size(size), sync_point(0) {}
sync_point         60 content/renderer/gpu/mailbox_output_surface.h     uint32 sync_point;
sync_point         75 content/renderer/media/android/webmediaplayer_android.cc   if (mailbox_holder->sync_point)
sync_point         76 content/renderer/media/android/webmediaplayer_android.cc     gl->WaitSyncPointCHROMIUM(mailbox_holder->sync_point);
sync_point        480 content/renderer/media/android/webmediaplayer_android.cc   web_graphics_context->waitSyncPoint(mailbox_holder->sync_point);
sync_point        160 content/renderer/media/renderer_gpu_video_accelerator_factories.cc void RendererGpuVideoAcceleratorFactories::WaitSyncPoint(uint32 sync_point) {
sync_point        168 content/renderer/media/renderer_gpu_video_accelerator_factories.cc   gles2->WaitSyncPointCHROMIUM(sync_point);
sync_point         59 content/renderer/media/renderer_gpu_video_accelerator_factories.h   virtual void WaitSyncPoint(uint32 sync_point) OVERRIDE;
sync_point        644 content/renderer/media/rtc_video_decoder.cc   factories->WaitSyncPoint(mailbox_holder->sync_point);
sync_point        307 content/renderer/media/video_capture_impl.cc         device_id_, buffer_id, mailbox_holder.sync_point));
sync_point        337 content/renderer/media/video_capture_impl.cc   const uint32 sync_point = (mailbox_holder ? mailbox_holder->sync_point : 0);
sync_point        338 content/renderer/media/video_capture_impl.cc   Send(new VideoCaptureHostMsg_BufferReady(device_id_, buffer_id, sync_point));
sync_point         85 content/renderer/media/video_capture_impl_unittest.cc                                   uint32 sync_point) {}
sync_point        639 content/renderer/media/webmediaplayer_impl.cc   web_graphics_context->waitSyncPoint(mailbox_holder->sync_point);
sync_point        568 content/renderer/pepper/pepper_graphics_2d_host.cc                      uint32 sync_point,
sync_point        120 content/renderer/pepper/pepper_platform_context_3d.cc                                           uint32* sync_point) {
sync_point        122 content/renderer/pepper/pepper_platform_context_3d.cc   *sync_point = sync_point_;
sync_point         34 content/renderer/pepper/pepper_platform_context_3d.h   void GetBackingMailbox(gpu::Mailbox* mailbox, uint32* sync_point);
sync_point        739 content/renderer/pepper/pepper_plugin_instance_impl.cc   uint32 sync_point = 0;
sync_point        740 content/renderer/pepper/pepper_plugin_instance_impl.cc   context->GetBackingMailbox(&mailbox, &sync_point);
sync_point        742 content/renderer/pepper/pepper_plugin_instance_impl.cc   DCHECK_NE(sync_point, 0u);
sync_point        744 content/renderer/pepper/pepper_plugin_instance_impl.cc       cc::TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point));
sync_point       1964 content/renderer/pepper/pepper_plugin_instance_impl.cc   uint32 sync_point = 0;
sync_point       1967 content/renderer/pepper/pepper_plugin_instance_impl.cc     context->GetBackingMailbox(&mailbox, &sync_point);
sync_point       1968 content/renderer/pepper/pepper_plugin_instance_impl.cc     DCHECK_EQ(mailbox.IsZero(), sync_point == 0);
sync_point       1998 content/renderer/pepper/pepper_plugin_instance_impl.cc           cc::TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point));
sync_point       1171 content/renderer/render_thread_impl.cc void RenderThreadImpl::DeleteImage(int32 image_id, int32 sync_point) {
sync_point        397 content/renderer/render_thread_impl.h   virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE;
sync_point        329 content/shell/renderer/test_runner/TestPlugin.cpp static void ignoreReleaseCallback(uint32 sync_point, bool lost) {}
sync_point        332 content/shell/renderer/test_runner/TestPlugin.cpp                                 uint32 sync_point,
sync_point        619 gpu/GLES2/gl2extchromium.h GL_APICALL void GL_APIENTRY glWaitSyncPointCHROMIUM(GLuint sync_point);
sync_point        622 gpu/GLES2/gl2extchromium.h typedef void (GL_APIENTRYP PFNGLWAITSYNCPOINTCHROMIUMPROC) (GLuint sync_point);
sync_point         18 gpu/command_buffer/client/context_support.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        898 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2WaitSyncPointCHROMIUM(GLuint sync_point) {
sync_point        899 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->WaitSyncPointCHROMIUM(sync_point);
sync_point       2203 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void WaitSyncPointCHROMIUM(GLuint sync_point) {
sync_point       2207 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(sync_point);
sync_point        356 gpu/command_buffer/client/gles2_implementation.cc void GLES2Implementation::SignalSyncPoint(uint32 sync_point,
sync_point        359 gpu/command_buffer/client/gles2_implementation.cc       sync_point,
sync_point        244 gpu/command_buffer/client/gles2_implementation.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        709 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
sync_point       2044 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::WaitSyncPointCHROMIUM(GLuint sync_point) {
sync_point       2047 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << sync_point << ")");
sync_point       2048 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->WaitSyncPointCHROMIUM(sync_point);
sync_point        487 gpu/command_buffer/client/gles2_interface_autogen.h virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0;
sync_point        511 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
sync_point        511 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
sync_point       1469 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::WaitSyncPointCHROMIUM(GLuint sync_point) {
sync_point       1471 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->WaitSyncPointCHROMIUM(sync_point);
sync_point       10533 gpu/command_buffer/common/gles2_cmd_format_autogen.h     sync_point = _sync_point;
sync_point       10542 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 sync_point;
sync_point       10549 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(WaitSyncPointCHROMIUM, sync_point) == 4,
sync_point       3780 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(11), cmd.sync_point);
sync_point         47 gpu/command_buffer/common/gpu_control.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point         13 gpu/command_buffer/common/mailbox_holder.cc                              uint32 sync_point)
sync_point         16 gpu/command_buffer/common/mailbox_holder.cc       sync_point(sync_point) {}
sync_point         20 gpu/command_buffer/common/mailbox_holder.h                 uint32 sync_point);
sync_point         23 gpu/command_buffer/common/mailbox_holder.h   uint32 sync_point;
sync_point       9400 gpu/command_buffer/service/gles2_cmd_decoder.cc   return wait_sync_point_callback_.Run(c.sync_point) ?
sync_point         80 gpu/command_buffer/service/gpu_control_service.cc void GpuControlService::SignalSyncPoint(uint32 sync_point,
sync_point         42 gpu/command_buffer/service/gpu_control_service.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        131 gpu/command_buffer/service/in_process_command_buffer.cc   void RetireSyncPoint(uint32 sync_point);
sync_point        133 gpu/command_buffer/service/in_process_command_buffer.cc   bool IsSyncPointPassed(uint32 sync_point);
sync_point        134 gpu/command_buffer/service/in_process_command_buffer.cc   void WaitSyncPoint(uint32 sync_point);
sync_point        153 gpu/command_buffer/service/in_process_command_buffer.cc   uint32 sync_point = next_sync_point_++;
sync_point        154 gpu/command_buffer/service/in_process_command_buffer.cc   DCHECK_EQ(pending_sync_points_.count(sync_point), 0U);
sync_point        155 gpu/command_buffer/service/in_process_command_buffer.cc   pending_sync_points_.insert(sync_point);
sync_point        156 gpu/command_buffer/service/in_process_command_buffer.cc   return sync_point;
sync_point        159 gpu/command_buffer/service/in_process_command_buffer.cc void SyncPointManager::RetireSyncPoint(uint32 sync_point) {
sync_point        161 gpu/command_buffer/service/in_process_command_buffer.cc   DCHECK(pending_sync_points_.count(sync_point));
sync_point        162 gpu/command_buffer/service/in_process_command_buffer.cc   pending_sync_points_.erase(sync_point);
sync_point        166 gpu/command_buffer/service/in_process_command_buffer.cc bool SyncPointManager::IsSyncPointPassed(uint32 sync_point) {
sync_point        168 gpu/command_buffer/service/in_process_command_buffer.cc   return pending_sync_points_.count(sync_point) == 0;
sync_point        171 gpu/command_buffer/service/in_process_command_buffer.cc void SyncPointManager::WaitSyncPoint(uint32 sync_point) {
sync_point        173 gpu/command_buffer/service/in_process_command_buffer.cc   while (pending_sync_points_.count(sync_point)) {
sync_point        181 gpu/command_buffer/service/in_process_command_buffer.cc bool WaitSyncPoint(uint32 sync_point) {
sync_point        182 gpu/command_buffer/service/in_process_command_buffer.cc   g_sync_point_manager.Get().WaitSyncPoint(sync_point);
sync_point        628 gpu/command_buffer/service/in_process_command_buffer.cc   uint32 sync_point = g_sync_point_manager.Get().GenerateSyncPoint();
sync_point        631 gpu/command_buffer/service/in_process_command_buffer.cc                        sync_point));
sync_point        632 gpu/command_buffer/service/in_process_command_buffer.cc   return sync_point;
sync_point        635 gpu/command_buffer/service/in_process_command_buffer.cc void InProcessCommandBuffer::RetireSyncPointOnGpuThread(uint32 sync_point) {
sync_point        640 gpu/command_buffer/service/in_process_command_buffer.cc   g_sync_point_manager.Get().RetireSyncPoint(sync_point);
sync_point        643 gpu/command_buffer/service/in_process_command_buffer.cc void InProcessCommandBuffer::SignalSyncPoint(unsigned sync_point,
sync_point        648 gpu/command_buffer/service/in_process_command_buffer.cc                        sync_point,
sync_point        653 gpu/command_buffer/service/in_process_command_buffer.cc     unsigned sync_point,
sync_point        655 gpu/command_buffer/service/in_process_command_buffer.cc   if (g_sync_point_manager.Get().IsSyncPointPassed(sync_point)) {
sync_point        661 gpu/command_buffer/service/in_process_command_buffer.cc                    sync_point,
sync_point        106 gpu/command_buffer/service/in_process_command_buffer.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        177 gpu/command_buffer/service/in_process_command_buffer.h   void RetireSyncPointOnGpuThread(uint32 sync_point);
sync_point        178 gpu/command_buffer/service/in_process_command_buffer.h   void SignalSyncPointOnGpuThread(uint32 sync_point,
sync_point         65 gpu/ipc/gpu_command_buffer_traits.cc   WriteParam(m, p.sync_point);
sync_point         73 gpu/ipc/gpu_command_buffer_traits.cc       !ReadParam(m, iter, &p->sync_point))
sync_point         80 gpu/ipc/gpu_command_buffer_traits.cc   *l += base::StringPrintf(":%04x@%d", p.texture_target, p.sync_point);
sync_point        245 media/base/video_frame_unittest.cc   *called_sync_point = mailbox_holder->sync_point;
sync_point        251 media/base/video_frame_unittest.cc   uint32 sync_point = 7;
sync_point        256 media/base/video_frame_unittest.cc         make_scoped_ptr(new gpu::MailboxHolder(gpu::Mailbox(), 5, sync_point)),
sync_point        266 media/base/video_frame_unittest.cc   EXPECT_EQ(sync_point, called_sync_point);
sync_point        276 media/base/video_frame_unittest.cc   uint32 sync_point = 7;
sync_point        281 media/base/video_frame_unittest.cc         make_scoped_ptr(new gpu::MailboxHolder(mailbox, target, sync_point)),
sync_point        293 media/base/video_frame_unittest.cc     EXPECT_EQ(sync_point, mailbox_holder->sync_point);
sync_point        296 media/base/video_frame_unittest.cc     sync_point = 10;
sync_point        297 media/base/video_frame_unittest.cc     mailbox_holder->sync_point = sync_point;
sync_point        299 media/base/video_frame_unittest.cc   EXPECT_EQ(sync_point, called_sync_point);
sync_point         61 media/filters/gpu_video_accelerator_factories.h   virtual void WaitSyncPoint(uint32 sync_point) = 0;
sync_point        511 media/filters/gpu_video_decoder.cc   factories->WaitSyncPoint(mailbox_holder->sync_point);
sync_point         41 media/filters/mock_gpu_video_accelerator_factories.h   MOCK_METHOD1(WaitSyncPoint, void(uint32 sync_point));
sync_point        189 mojo/gles2/command_buffer_client_impl.cc void CommandBufferClientImpl::SignalSyncPoint(uint32 sync_point,
sync_point         70 mojo/gles2/command_buffer_client_impl.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        160 ppapi/proxy/ppapi_command_buffer_proxy.cc   uint32 sync_point = 0;
sync_point        163 ppapi/proxy/ppapi_command_buffer_proxy.cc          ppapi::API_ID_PPB_GRAPHICS_3D, resource_, &sync_point));
sync_point        165 ppapi/proxy/ppapi_command_buffer_proxy.cc   return sync_point;
sync_point        168 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SignalSyncPoint(uint32 sync_point,
sync_point         53 ppapi/proxy/ppapi_command_buffer_proxy.h   virtual void SignalSyncPoint(uint32 sync_point,
sync_point        328 ppapi/proxy/ppb_graphics_3d_proxy.cc                                                 uint32* sync_point) {
sync_point        329 ppapi/proxy/ppb_graphics_3d_proxy.cc   *sync_point = 0;
sync_point        332 ppapi/proxy/ppb_graphics_3d_proxy.cc     *sync_point = enter.object()->InsertSyncPoint();
sync_point        105 ppapi/proxy/ppb_graphics_3d_proxy.h   void OnMsgInsertSyncPoint(const HostResource& context, uint32* sync_point);
sync_point        116 webkit/renderer/compositor_bindings/web_external_texture_layer_impl.cc     unsigned sync_point,
sync_point        125 webkit/renderer/compositor_bindings/web_external_texture_layer_impl.cc   available_mailbox.syncPoint = sync_point;
sync_point         59 webkit/renderer/compositor_bindings/web_external_texture_layer_impl.h       unsigned sync_point,