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

/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.h58 *sync_point = sync_point_;
93 uint32 sync_point_; member in class:content::PPB_Graphics3D_Impl
/external/chromium_org/cc/layers/
H A Dtexture_layer.h76 // This lock guards the sync_point_ and is_lost_ fields because they can be
81 uint32 sync_point_; member in class:cc::TextureLayer::TextureMailboxHolder
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_copyrequest.cc802 sync_point_ = gl->InsertSyncPointCHROMIUM();
804 TextureMailbox(mailbox, GL_TEXTURE_2D, sync_point_));
813 EXPECT_EQ(sync_point_, waited_sync_point_after_readback_);
819 unsigned sync_point_; member in class:cc::__anon2824::LayerTreeHostCopyRequestTestProvideTexture
/external/chromium_org/media/base/
H A Dvideo_frame_unittest.cc273 explicit SyncPointClientImpl(uint32 sync_point) : sync_point_(sync_point) {}
275 virtual uint32 InsertSyncPoint() OVERRIDE { return sync_point_; }
279 uint32 sync_point_; member in class:media::__anon8583::SyncPointClientImpl

Completed in 176 milliseconds