Searched refs:sync_points_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_synchronizer.cc199 while (!sync_points_.empty() &&
200 sync_points_.front()->second->HasCompleted()) {
201 sync_point_to_fence_.erase(sync_points_.front());
202 sync_points_.pop();
210 sync_points_.push(result.first);
212 DCHECK(sync_points_.size() == sync_point_to_fence_.size());
H A Dmailbox_synchronizer.h98 std::queue<SyncPointToFenceMap::iterator> sync_points_; member in class:gpu::gles2::MailboxSynchronizer
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc419 while (!sync_points_.empty())
420 OnRetireSyncPoint(sync_points_.front());
862 sync_points_.push_back(sync_point);
866 DCHECK(!sync_points_.empty() && sync_points_.front() == sync_point);
867 sync_points_.pop_front();
H A Dgpu_command_buffer_stub.h263 std::deque<uint32> sync_points_; member in class:content::GpuCommandBufferStub

Completed in 1875 milliseconds