HomeSort by relevance Sort by last modified time
    Searched defs:sync_point_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 58 *sync_point = sync_point_;
93 uint32 sync_point_; member in class:content::PPB_Graphics3D_Impl
  /external/chromium_org/cc/layers/
texture_layer.h 76 // 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/media/base/
video_frame_unittest.cc 273 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::__anon13208::SyncPointClientImpl
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc 802 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::__anon7449::LayerTreeHostCopyRequestTestProvideTexture
    [all...]

Completed in 91 milliseconds