/external/chromium_org/content/browser/aura/ |
owned_mailbox.cc | 14 : texture_id_(0), sync_point_(0), gl_helper_(gl_helper) { 16 mailbox_ = gl_helper_->ProduceMailboxFromTexture(texture_id_, &sync_point_); 23 gl_helper_->WaitSyncPoint(sync_point_); 30 sync_point_ = sync_point; 34 gl_helper_->WaitSyncPoint(sync_point_); 38 sync_point_ = 0;
|
owned_mailbox.h | 22 uint32 sync_point() const { return sync_point_; } 37 uint32 sync_point_; member in class:content::OwnedMailbox
|
/external/chromium_org/cc/resources/ |
texture_mailbox.cc | 14 sync_point_(0), 20 sync_point_(0), 30 sync_point_(0), 38 sync_point_(sync_point), 47 sync_point_(sync_point), 55 sync_point_(0),
|
texture_mailbox.h | 45 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/content/renderer/pepper/ |
pepper_platform_context_3d.h | 75 uint32 sync_point_; member in class:content::PlatformContext3D
|
pepper_platform_context_3d.cc | 110 sync_point_ = command_buffer_->InsertSyncPoint(); 125 *sync_point = sync_point_; 130 sync_point_ = command_buffer_->InsertSyncPoint();
|
/external/chromium_org/cc/layers/ |
texture_layer.cc | 303 sync_point_(mailbox.sync_point()), 321 sync_point_ = sync_point; 342 release_callback_->Run(sync_point_, is_lost_);
|
texture_layer.h | 73 // 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/media/base/ |
video_frame.h | 74 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
|
video_frame.cc | 521 sync_point_(sync_point), 526 release_callback_.Run(sync_point_);
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_copyrequest.cc | 808 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::__anon3951::LayerTreeHostCopyRequestTestProvideTexture
|