Home | History | Annotate | Download | only in resources

Lines Matching refs:insertSyncPoint

84   MOCK_METHOD0(insertSyncPoint, GLuint(void));
107 uint32 InsertSyncPoint() { return next_sync_point_++; }
159 virtual GLuint insertSyncPoint() OVERRIDE {
160 uint32 sync_point = shared_data_->InsertSyncPoint();
251 // InsertSyncPoint, so that it is not visible to other contexts that
445 *sync_point = child_context_->insertSyncPoint();
622 const GLuint external_sync_point = child_context_->insertSyncPoint();
1681 EXPECT_CALL(*child_context, insertSyncPoint());
1735 EXPECT_CALL(*parent_context, insertSyncPoint());
1775 uint32 sync_point = context()->insertSyncPoint();
1814 list[0].mailbox_holder.sync_point = context()->insertSyncPoint();
1864 list[0].mailbox_holder.sync_point = context()->insertSyncPoint();
2188 uint32 sync_point = context()->insertSyncPoint();
2451 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2475 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2484 EXPECT_CALL(*context, insertSyncPoint());
2515 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2539 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2548 EXPECT_CALL(*context, insertSyncPoint());