Searched defs:sync_point_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/aura/
H A Downed_mailbox.h22 uint32 sync_point() const { return sync_point_; }
37 uint32 sync_point_; member in class:content::OwnedMailbox
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_context_3d.h75 uint32 sync_point_; member in class:content::PlatformContext3D
/external/chromium_org/cc/resources/
H A Dtexture_mailbox.h45 void ResetSyncPoint() { sync_point_ = 0; }
47 unsigned sync_point() const { return sync_point_; }
60 unsigned sync_point_; member in class:cc::TextureMailbox
/external/chromium_org/cc/layers/
H A Dtexture_layer.h73 // This lock guards the sync_point_ and is_lost_ fields because they can be
78 unsigned sync_point_; member in class:cc::TextureLayer::MailboxHolder
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_copyrequest.cc808 sync_point_ = external_context_provider_->Context3d()->insertSyncPoint();
809 request->SetTextureMailbox(TextureMailbox(mailbox, sync_point_));
818 EXPECT_EQ(sync_point_, waited_sync_point_after_readback_);
824 unsigned sync_point_; member in class:cc::__anon4261::LayerTreeHostCopyRequestTestProvideTexture
/external/chromium_org/media/base/
H A Dvideo_frame.h74 unsigned sync_point() const { return sync_point_; }
76 void Resync(unsigned sync_point) { sync_point_ = sync_point; }
81 unsigned sync_point_; member in class:media::VideoFrame::MailboxHolder

Completed in 933 milliseconds