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

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 53 *sync_point = sync_point_;
86 uint32 sync_point_; member in class:content::PPB_Graphics3D_Impl
ppb_graphics_3d_impl.cc 49 sync_point_(0),
179 sync_point_ = command_buffer_->InsertSyncPoint();
287 sync_point_ = command_buffer_->InsertSyncPoint();
  /external/chromium_org/cc/layers/
texture_layer.cc 283 sync_point_(mailbox.sync_point()),
301 sync_point_ = sync_point;
322 release_callback_->Run(sync_point_, is_lost_);
texture_layer.h 74 // This lock guards the sync_point_ and is_lost_ fields because they can be
79 uint32 sync_point_; member in class:cc::TextureLayer::TextureMailboxHolder
  /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::__anon7388::LayerTreeHostCopyRequestTestProvideTexture
    [all...]

Completed in 412 milliseconds